Trace number 1074786

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 55.6205 56.8894

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-1.xml
MD5SUM1badaae3ade26737a7c9af09708047c4
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 benchmark55.6205
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1265
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.30	c 0	Sugar v1-13 + HOME/minisat
0.00/0.30	c 0	BEGIN Tue Jul  8 02:33:55 2008
0.00/0.30	c 0	PID 3079
0.03/0.30	c 0	HOST node71.alineos.net
0.03/0.30	c 0	CONVERTING HOME/instance-1074786-1215477234.xml TO HOME/temp.csp
0.03/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074786-1215477234.xml' 'HOME/temp.csp'
1.00/1.31	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
1.00/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.00/1.35	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.03/1.43	c 1	Parsing HOME/temp.csp
1.03/1.78	c 1	parsed 8401 expressions
1.03/1.78	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.79	c 1	Converting to clausal form CSP
1.03/1.84	c 1	converted 841 (10%) expressions
1.03/2.01	c 2	converted 1681 (20%) expressions
1.03/2.08	c 2	converted 2521 (30%) expressions
1.03/2.10	c 2	converted 3361 (40%) expressions
1.78/2.13	c 2	converted 4201 (50%) expressions
1.78/2.15	c 2	converted 5041 (60%) expressions
1.78/2.17	c 2	converted 5881 (70%) expressions
1.88/2.25	c 2	converted 6721 (80%) expressions
1.88/2.28	c 2	converted 7561 (90%) expressions
1.96/2.30	c 2	converted 8401 (100%) expressions
1.96/2.30	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1265
1.96/2.30	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.30	c 2	Propagation in CSP
1.96/2.38	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.96/2.38	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1265
1.96/2.38	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.16/2.55	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1265
2.16/2.55	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.62	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.36/2.71	c 2	40 (10%) CSP integer variables are encoded (48462 clauses, 704802 bytes)
2.36/2.77	c 2	80 (20%) CSP integer variables are encoded (96978 clauses, 1432542 bytes)
2.45/2.83	c 2	120 (30%) CSP integer variables are encoded (145593 clauses, 2253120 bytes)
2.56/2.90	c 2	160 (40%) CSP integer variables are encoded (194080 clauses, 3077399 bytes)
2.56/2.96	c 3	200 (50%) CSP integer variables are encoded (242556 clauses, 3901491 bytes)
2.66/3.02	c 3	240 (60%) CSP integer variables are encoded (290913 clauses, 4723560 bytes)
2.66/3.09	c 3	280 (70%) CSP integer variables are encoded (339332 clauses, 5546683 bytes)
2.76/3.16	c 3	320 (80%) CSP integer variables are encoded (387989 clauses, 6373852 bytes)
2.86/3.22	c 3	360 (90%) CSP integer variables are encoded (436336 clauses, 7195751 bytes)
2.86/3.28	c 3	400 (100%) CSP integer variables are encoded (484793 clauses, 8019520 bytes)
6.24/6.64	c 6	2280 (10%) CSP clauses are encoded (2252155 clauses, 48759797 bytes)
9.64/10.12	c 10	4560 (20%) CSP clauses are encoded (4028247 clauses, 90630627 bytes)
13.03/13.51	c 13	6840 (30%) CSP clauses are encoded (5791935 clauses, 132520716 bytes)
16.38/16.97	c 17	9120 (40%) CSP clauses are encoded (7571883 clauses, 176989776 bytes)
19.78/20.54	c 20	11400 (50%) CSP clauses are encoded (9340581 clauses, 221177586 bytes)
23.11/23.97	c 24	13680 (60%) CSP clauses are encoded (11104303 clauses, 265240996 bytes)
26.57/27.41	c 27	15960 (70%) CSP clauses are encoded (12870903 clauses, 309376356 bytes)
29.91/30.95	c 31	18240 (80%) CSP clauses are encoded (14633895 clauses, 353421516 bytes)
33.33/34.43	c 34	20520 (90%) CSP clauses are encoded (16407625 clauses, 397735126 bytes)
36.69/37.84	c 37	22800 (100%) CSP clauses are encoded (18169461 clauses, 441751386 bytes)
36.69/37.84	c 37	22800 CSP clauses encoded
36.69/37.85	c 37	Writing map file : HOME/temp.map
36.69/37.86	c 37	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.69/37.86	c 37	SAT : 500393 SAT variables, 18169461 SAT clauses, 441751386 bytes
36.69/37.86	c 37	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.75/37.91	c 37	SOLVING HOME/temp.cnf
36.75/37.91	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.75/37.91	c 37	This is MiniSat 2.0 beta
36.75/37.91	c 37	WARNING: for repeatability, setting FPU to use double precision
36.75/37.91	c 37	============================[ Problem Statistics ]=============================
36.75/37.91	c 37	|                                                                             |
36.75/37.92	c 37	|  Number of variables:  500393                                               |
36.75/37.92	c 37	|  Number of clauses:    18169461                                             |
46.85/48.17	c 48	|  Parsing time:         8.92         s                                       |
47.35/48.63	c 48	============================[ Search Statistics ]==============================
47.35/48.63	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.35/48.63	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.35/48.63	c 48	===============================================================================
47.35/48.63	c 48	|         0 |  500393 18169461 53985590 |  6056487        0    nan |  0.000 % |
49.74/51.04	c 51	|       100 |  500393 18169461 53985590 |  6662135      100     43 |  0.000 % |
51.44/52.75	c 52	|       250 |  500393 18169461 53985590 |  7328349      250     28 |  0.000 % |
54.11/55.47	c 55	===============================================================================
54.21/55.50	c 55	restarts              : 3
54.21/55.50	c 55	conflicts             : 399            (25 /sec)
54.21/55.50	c 55	decisions             : 4607           (1.13 % random) (286 /sec)
54.21/55.50	c 55	propagations          : 2893220        (179597 /sec)
54.21/55.50	c 55	conflict literals     : 11278          (2.78 % deleted)
54.21/55.50	c 55	Memory used           : 801.27 MB
54.21/55.50	c 55	CPU time              : 16.1095 s
54.21/55.50	c 55	
54.32/55.69	c 55	SATISFIABLE
54.52/55.82	c 55	DECODING HOME/temp.out WITH HOME/temp.map
54.52/55.82	c 55	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.52/55.90	c 55	Decoding HOME/temp.out
55.31/56.63	s SATISFIABLE
55.31/56.64	v 1159 263 835 611 559 8 465 974 41 699 897 802 1249 214 1100 755 382 762 317 148 430 840 911 128 2 1250 677 361 759 1215 526 984 1124 201 648 738 69 266 1063 60 549 570 397 1220 432 814 779 391 356 686 176 446 452 1036 84 259 374 1 928 533 574 769 1058 3 1069 1160 345 490 971 247 54 159 888 421 24 681 848 68 119 6 796 315 597 297 406 250 151 91 1264 2 951 1033 982 1200 162 1232 911 1206 1240 450 1030 1134 914 404 49 200 1 1206 1211 582 931 701 253 314 834 1088 599 840 495 121 404 1159 1259 250 86 938 521 1096 707 366 611 4 1250 446 344 766 1028 675 41 862 1148 140 1234 1254 755 693 368 886 934 241 606 1086 514 51 49 1082 496 825 982 397 1249 148 30 1179 1032 892 685 1107 952 1253 323 1217 233 479 589 822 562 380 741 379 1183 975 911 928 217 602 1121 350 783 90 424 1051 1074 505 301 581 858 704 1005 529 442 623 404 1115 1233 954 1182 165 1004 541 329 0 1197 1176 852 78 701 171 1082 269 898 244 1051 641 692 379 0 137 979 531 299 556 82 1196 829 171 788 1137 430 214 1027 1099 1012 16 1254 680 895 1211 1059 215 859 950 111 1188 346 273 490 731 923 1240 818 927 245 911 459 363 314 1174 902 747 2 92 13 1076 31 157 981 43 530 606 1003 1095 438 665 838 710 1208 431 401 615 6 180 121 157 336 239 743 9 228 910 1205 393 274 676 781 951 658 1159 43 1056 1043 530 505 848 982 662 358 699 622 880 1227 843 599 14 899 685 536 162 221 746 1135 903 648 967 501 404 1064 345 84 251 435 170 78 1195 1057 563 870 683 578 1257 616 261 1140 343 784 967 1130 42 974 755 979 92 1186 817 18 1053 177 1107 690 290 757 528 827 485 457 611 884 53 665 1198 187 119 514 1061 764 921 452 1141 1180 468 908 837 385 402 1018 1210 689 271 675 630
55.31/56.65	c 56	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
55.31/56.66	c 56	CPU 50.58 (0.03 0.02 50.55 4.77)
55.31/56.66	c 56	END Tue Jul  8 02:34:51 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-1074786-1215477234/watcher-1074786-1215477234 -o /tmp/evaluation-result-1074786-1215477234/solver-1074786-1215477234 -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-1074786-1215477234.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.95 1.34 1.12 4/73 3079
/proc/meminfo: memFree=1803560/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=18572 CPUtime=0
/proc/3079/stat : 3079 (runsolver) D 3077 3079 2917 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4421257 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3079/statm: 4643 292 257 25 0 2626 0

[startup+0.0627371 s]
/proc/loadavg: 1.95 1.34 1.12 4/73 3079
/proc/meminfo: memFree=1803560/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=124 CPUtime=0
/proc/3079/stat : 3079 (sugar) D 3077 3079 2917 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4421257 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959754217 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/3079/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102744 s]
/proc/loadavg: 1.95 1.34 1.12 4/73 3079
/proc/meminfo: memFree=1803560/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=11864 CPUtime=0
/proc/3079/stat : 3079 (sugar) D 3077 3079 2917 0 -1 4194304 123 0 3 0 0 0 0 0 18 0 1 0 4421257 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 231979814200 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3079/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.302772 s]
/proc/loadavg: 1.95 1.34 1.12 4/73 3079
/proc/meminfo: memFree=1803560/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=0.03
/proc/3079/stat : 3079 (sugar) R 3077 3079 2917 0 -1 4194304 821 0 16 0 2 1 0 0 18 0 1 0 4421257 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3079/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702825 s]
/proc/loadavg: 1.95 1.34 1.12 4/73 3079
/proc/meminfo: memFree=1803560/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=0.03
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 884 127 16 0 2 1 0 0 18 0 1 0 4421257 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 1.95 1.34 1.12 3/84 3091
/proc/meminfo: memFree=1785168/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=1.03
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 957 8351 16 1 2 1 95 5 16 0 1 0 4421257 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10115 s]
/proc/loadavg: 1.95 1.34 1.12 3/84 3101
/proc/meminfo: memFree=1783120/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=1.04
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 958 8351 16 1 3 1 95 5 15 0 1 0 4421257 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 797 370 3 0 500 0
[pid=3092] ppid=3079 vsize=5356 CPUtime=0
/proc/3092/stat : 3092 (sh) S 3079 3079 2917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4421392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3092/statm: 1339 233 193 169 0 50 0
[pid=3093] ppid=3092 vsize=868464 CPUtime=1.72
/proc/3093/stat : 3093 (java) S 3092 3079 2917 0 -1 0 9904 0 1 0 161 11 0 0 19 0 9 0 4421392 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3093/statm: 217116 8921 2565 9 0 211663 0
[pid=3093/tid=3094] ppid=3092 vsize=868464 CPUtime=1.08
/proc/3093/task/3094/stat : 3094 (java) R 3092 3079 2917 0 -1 64 2953 0 1 0 102 6 0 0 21 0 9 0 4421393 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4126837691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3095] ppid=3092 vsize=868464 CPUtime=0.4
/proc/3093/task/3095/stat : 3095 (java) S 3092 3079 2917 0 -1 64 4785 0 0 0 37 3 0 0 16 0 9 0 4421394 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3096] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3096/stat : 3096 (java) S 3092 3079 2917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4421394 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3097] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3097/stat : 3097 (java) S 3092 3079 2917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4421394 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3098] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3098/stat : 3098 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4421396 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3099] ppid=3092 vsize=868464 CPUtime=0.22
/proc/3093/task/3099/stat : 3099 (java) S 3092 3079 2917 0 -1 64 1473 0 0 0 21 1 0 0 15 0 9 0 4421396 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3100] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3100/stat : 3100 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4421396 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3101] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3101/stat : 3101 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4421396 889307136 8921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 887420

[startup+6.30259 s]
/proc/loadavg: 1.96 1.35 1.12 3/84 3101
/proc/meminfo: memFree=1739344/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=1.04
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 958 8351 16 1 3 1 95 5 15 0 1 0 4421257 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 797 370 3 0 500 0
[pid=3092] ppid=3079 vsize=5356 CPUtime=0
/proc/3092/stat : 3092 (sh) S 3079 3079 2917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4421392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3092/statm: 1339 233 193 169 0 50 0
[pid=3093] ppid=3092 vsize=868464 CPUtime=4.89
/proc/3093/stat : 3093 (java) S 3092 3079 2917 0 -1 0 10568 0 1 0 453 36 0 0 19 0 9 0 4421392 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3093/statm: 217116 8935 2565 9 0 211663 0
[pid=3093/tid=3094] ppid=3092 vsize=868464 CPUtime=4.02
/proc/3093/task/3094/stat : 3094 (java) R 3092 3079 2917 0 -1 64 3604 0 1 0 375 27 0 0 25 0 9 0 4421393 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4126837820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3095] ppid=3092 vsize=868464 CPUtime=0.6
/proc/3093/task/3095/stat : 3095 (java) S 3092 3079 2917 0 -1 64 4785 0 0 0 53 7 0 0 16 0 9 0 4421394 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3096] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3096/stat : 3096 (java) S 3092 3079 2917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4421394 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3097] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3097/stat : 3097 (java) S 3092 3079 2917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4421394 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3098] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3098/stat : 3098 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4421396 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3099] ppid=3092 vsize=868464 CPUtime=0.24
/proc/3093/task/3099/stat : 3099 (java) S 3092 3079 2917 0 -1 64 1486 0 0 0 23 1 0 0 15 0 9 0 4421396 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3100] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3100/stat : 3100 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4421396 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3101] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3101/stat : 3101 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4421396 889307136 8935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 887420

[startup+12.7015 s]
/proc/loadavg: 1.96 1.36 1.13 3/84 3101
/proc/meminfo: memFree=1658128/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=1.04
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 958 8351 16 1 3 1 95 5 16 0 1 0 4421257 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 797 370 3 0 500 0
[pid=3092] ppid=3079 vsize=5356 CPUtime=0
/proc/3092/stat : 3092 (sh) S 3079 3079 2917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4421392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3092/statm: 1339 233 193 169 0 50 0
[pid=3093] ppid=3092 vsize=868464 CPUtime=11.19
/proc/3093/stat : 3093 (java) S 3092 3079 2917 0 -1 0 11847 0 1 0 1029 90 0 0 19 0 9 0 4421392 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3093/statm: 217116 8937 2565 9 0 211663 0
[pid=3093/tid=3094] ppid=3092 vsize=868464 CPUtime=9.92
/proc/3093/task/3094/stat : 3094 (java) R 3092 3079 2917 0 -1 64 4881 0 1 0 919 73 0 0 25 0 9 0 4421393 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4126584767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3095] ppid=3092 vsize=868464 CPUtime=1
/proc/3093/task/3095/stat : 3095 (java) S 3092 3079 2917 0 -1 64 4785 0 0 0 85 15 0 0 16 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3096] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3096/stat : 3096 (java) S 3092 3079 2917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3097] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3097/stat : 3097 (java) S 3092 3079 2917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3098] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3098/stat : 3098 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3099] ppid=3092 vsize=868464 CPUtime=0.25
/proc/3093/task/3099/stat : 3099 (java) S 3092 3079 2917 0 -1 64 1488 0 0 0 24 1 0 0 16 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3100] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3100/stat : 3100 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3101] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3101/stat : 3101 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 887420

[startup+25.5022 s]
/proc/loadavg: 2.13 1.42 1.15 3/84 3101
/proc/meminfo: memFree=1488656/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=1.04
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 958 8351 16 1 3 1 95 5 16 0 1 0 4421257 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 797 370 3 0 500 0
[pid=3092] ppid=3079 vsize=5356 CPUtime=0
/proc/3092/stat : 3092 (sh) S 3079 3079 2917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4421392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3092/statm: 1339 233 193 169 0 50 0
[pid=3093] ppid=3092 vsize=868464 CPUtime=23.65
/proc/3093/stat : 3093 (java) S 3092 3079 2917 0 -1 0 14447 0 1 0 2160 205 0 0 19 0 9 0 4421392 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3093/statm: 217116 8937 2565 9 0 211663 0
[pid=3093/tid=3094] ppid=3092 vsize=868464 CPUtime=21.6
/proc/3093/task/3094/stat : 3094 (java) R 3092 3079 2917 0 -1 64 7481 0 1 0 1987 173 0 0 25 0 9 0 4421393 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4126486596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3095] ppid=3092 vsize=868464 CPUtime=1.77
/proc/3093/task/3095/stat : 3095 (java) S 3092 3079 2917 0 -1 64 4785 0 0 0 147 30 0 0 16 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3096] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3096/stat : 3096 (java) S 3092 3079 2917 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3097] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3097/stat : 3097 (java) S 3092 3079 2917 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4421394 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3098] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3098/stat : 3098 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3099] ppid=3092 vsize=868464 CPUtime=0.25
/proc/3093/task/3099/stat : 3099 (java) S 3092 3079 2917 0 -1 64 1488 0 0 0 24 1 0 0 16 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3100] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3100/stat : 3100 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3093/tid=3101] ppid=3092 vsize=868464 CPUtime=0
/proc/3093/task/3101/stat : 3101 (java) S 3092 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4421396 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 887420

[startup+51.1027 s]
/proc/loadavg: 2.08 1.47 1.17 3/76 3103
/proc/meminfo: memFree=617040/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=36.76
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 1017 25617 16 2 3 1 3347 325 16 0 1 0 4421257 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 799 370 3 0 500 0
[pid=3102] ppid=3079 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3079 3079 2917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4425048 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 232 193 169 0 50 0
[pid=3103] ppid=3102 vsize=785132 CPUtime=13.08
/proc/3103/stat : 3103 (minisat) R 3102 3079 2917 0 -1 4194304 186060 0 0 0 1177 131 0 0 25 0 1 0 4425048 803975168 186046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3103/statm: 196283 186046 76 150 0 196130 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 804088

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

[startup+54.3011 s]
/proc/loadavg: 2.08 1.47 1.18 3/76 3103
/proc/meminfo: memFree=583376/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=36.76
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 1017 25617 16 2 3 1 3347 325 16 0 1 0 4421257 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 799 370 3 0 500 0
[pid=3102] ppid=3079 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3079 3079 2917 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4425048 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 232 193 169 0 50 0
[pid=3103] ppid=3102 vsize=814296 CPUtime=16.27
/proc/3103/stat : 3103 (minisat) R 3102 3079 2917 0 -1 4194304 193378 0 0 0 1492 135 0 0 25 0 1 0 4425048 833839104 193364 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/3103/statm: 203574 193364 76 150 0 203421 0
Current children cumulated CPU time (s) 53.03
Current children cumulated vsize (KiB) 833252

[startup+55.9013 s]
/proc/loadavg: 2.08 1.47 1.18 3/76 3103
/proc/meminfo: memFree=578064/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=54.55
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 1074 220732 16 2 3 1 4977 474 16 0 1 0 4421257 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 54.55
Current children cumulated vsize (KiB) 13600

[startup+56.3024 s]
/proc/loadavg: 2.08 1.47 1.18 4/84 3113
/proc/meminfo: memFree=1346960/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=54.55
/proc/3079/stat : 3079 (sugar) S 3077 3079 2917 0 -1 4194304 1074 220732 16 2 3 1 4977 474 16 0 1 0 4421257 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3079/statm: 3400 799 370 3 0 500 0
[pid=3104] ppid=3079 vsize=5356 CPUtime=0
/proc/3104/stat : 3104 (sh) S 3079 3079 2917 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4426839 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3104/statm: 1339 233 193 169 0 50 0
[pid=3105] ppid=3104 vsize=864040 CPUtime=0.46
/proc/3105/stat : 3105 (java) S 3104 3079 2917 0 -1 0 3511 0 1 0 44 2 0 0 18 0 9 0 4426839 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3105/statm: 216010 2985 1662 9 0 210592 0
[pid=3105/tid=3106] ppid=3104 vsize=864040 CPUtime=0.41
/proc/3105/task/3106/stat : 3106 (java) R 3104 3079 2917 0 -1 64 2450 0 1 0 40 1 0 0 20 0 9 0 4426840 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4126461155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3107] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3107/stat : 3107 (java) S 3104 3079 2917 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 4426841 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3108] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3108/stat : 3108 (java) S 3104 3079 2917 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 4426841 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3109] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3109/stat : 3109 (java) S 3104 3079 2917 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4426841 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3110] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3110/stat : 3110 (java) S 3104 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4426843 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3111] ppid=3104 vsize=864040 CPUtime=0.03
/proc/3105/task/3111/stat : 3111 (java) S 3104 3079 2917 0 -1 64 295 0 0 0 3 0 0 0 18 0 9 0 4426843 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3112] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3112/stat : 3112 (java) S 3104 3079 2917 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4426843 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3105/tid=3113] ppid=3104 vsize=864040 CPUtime=0
/proc/3105/task/3113/stat : 3113 (java) S 3104 3079 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4426843 884776960 2985 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.01
Current children cumulated vsize (KiB) 882996

[startup+56.7025 s]
/proc/loadavg: 2.08 1.47 1.18 4/84 3113
/proc/meminfo: memFree=1346960/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=55.41
/proc/3079/stat : 3079 (sugar) R 3077 3079 2917 0 -1 4194304 1103 224603 16 3 3 6 5055 477 16 0 1 0 4421257 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3079/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 55.41
Current children cumulated vsize (KiB) 13600

[startup+56.8015 s]
/proc/loadavg: 2.08 1.47 1.18 4/84 3113
/proc/meminfo: memFree=1346960/2055920 swapFree=4192956/4192956
[pid=3079] ppid=3077 vsize=13600 CPUtime=55.51
/proc/3079/stat : 3079 (sugar) R 3077 3079 2917 0 -1 4194304 1103 224603 16 3 3 16 5055 477 16 0 1 0 4421257 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3079/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 55.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 56.8894
CPU time (s): 55.6205
CPU user time (s): 50.5923
CPU system time (s): 5.02823
CPU usage (%): 97.7696
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5923
system time used= 5.02823
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225736
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53808
involuntary context switches= 54103

runsolver used 0.070989 second user time and 0.180972 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-08 02:33:55
IDJOB=1074786
IDBENCH=56441
IDSOLVER=346
FILE ID=node71/1074786-1215477234
PBS_JOBID= 7888660
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-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-1074786-1215477234/watcher-1074786-1215477234 -o /tmp/evaluation-result-1074786-1215477234/solver-1074786-1215477234 -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-1074786-1215477234.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1badaae3ade26737a7c9af09708047c4
RANDOM SEED=651736913

node71.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804104 kB
Buffers:         27532 kB
Cached:         164296 kB
SwapCached:          0 kB
Active:         119780 kB
Inactive:       100528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804104 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           16096 kB
Writeback:           0 kB
Mapped:          40700 kB
Slab:            16852 kB
Committed_AS:    88744 kB
PageTables:       1884 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= 66484 MiB
End job on node71 at 2008-07-08 02:34:51