Trace number 1074807

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 57.0203 57.897

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-8.xml
MD5SUM86b24a9ba558d9e8e32f84b5d3fc0678
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 benchmark2.41663
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1388
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:57:34 2008
0.00/0.04	c 0	PID 4796
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074807-1215179853.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-1074807-1215179853.xml' 'HOME/temp.csp'
0.96/1.04	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/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.01/1.18	c 1	Parsing HOME/temp.csp
1.01/1.54	c 1	parsed 8401 expressions
1.01/1.54	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.54	c 1	Converting to clausal form CSP
1.01/1.60	c 1	converted 841 (10%) expressions
1.02/1.77	c 1	converted 1681 (20%) expressions
1.02/1.84	c 1	converted 2521 (30%) expressions
1.02/1.86	c 1	converted 3361 (40%) expressions
1.02/1.89	c 1	converted 4201 (50%) expressions
1.02/1.91	c 1	converted 5041 (60%) expressions
1.02/1.94	c 2	converted 5881 (70%) expressions
1.02/2.01	c 2	converted 6721 (80%) expressions
1.02/2.03	c 2	converted 7561 (90%) expressions
1.02/2.06	c 2	converted 8401 (100%) expressions
1.02/2.06	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1388
1.02/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/2.06	c 2	Propagation in CSP
2.00/2.14	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.14	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1388
2.00/2.15	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.15	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.30	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1388
2.19/2.30	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.48	c 2	40 (10%) CSP integer variables are encoded (53420 clauses, 779170 bytes)
2.39/2.54	c 2	80 (20%) CSP integer variables are encoded (107042 clauses, 1597735 bytes)
2.49/2.62	c 2	120 (30%) CSP integer variables are encoded (160565 clauses, 2507626 bytes)
2.49/2.69	c 2	160 (40%) CSP integer variables are encoded (214420 clauses, 3423161 bytes)
2.59/2.76	c 2	200 (50%) CSP integer variables are encoded (267818 clauses, 4330927 bytes)
2.69/2.83	c 2	240 (60%) CSP integer variables are encoded (321134 clauses, 5237299 bytes)
2.78/2.91	c 2	280 (70%) CSP integer variables are encoded (374370 clauses, 6142311 bytes)
2.78/2.98	c 3	320 (80%) CSP integer variables are encoded (427682 clauses, 7048615 bytes)
2.88/3.05	c 3	360 (90%) CSP integer variables are encoded (481036 clauses, 7955633 bytes)
2.99/3.11	c 3	400 (100%) CSP integer variables are encoded (534185 clauses, 8859166 bytes)
6.67/6.84	c 6	2280 (10%) CSP clauses are encoded (2493597 clauses, 54134031 bytes)
10.42/10.67	c 10	4560 (20%) CSP clauses are encoded (4464945 clauses, 100635640 bytes)
14.17/14.48	c 14	6840 (30%) CSP clauses are encoded (6423351 clauses, 147865837 bytes)
18.01/18.32	c 18	9120 (40%) CSP clauses are encoded (8382313 clauses, 196810247 bytes)
21.86/22.20	c 22	11400 (50%) CSP clauses are encoded (10360839 clauses, 246243757 bytes)
25.59/26.07	c 26	13680 (60%) CSP clauses are encoded (12321705 clauses, 295235767 bytes)
29.38/29.91	c 29	15960 (70%) CSP clauses are encoded (14258829 clauses, 343634227 bytes)
33.10/33.74	c 33	18240 (80%) CSP clauses are encoded (16212803 clauses, 392453937 bytes)
36.84/37.57	c 37	20520 (90%) CSP clauses are encoded (18159983 clauses, 441103797 bytes)
40.66/41.40	c 41	22800 (100%) CSP clauses are encoded (20103045 clauses, 489650707 bytes)
40.66/41.40	c 41	22800 CSP clauses encoded
40.66/41.40	c 41	Writing map file : HOME/temp.map
40.66/41.42	c 41	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.66/41.42	c 41	SAT : 549785 SAT variables, 20103045 SAT clauses, 489650707 bytes
40.66/41.42	c 41	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.66/41.47	c 41	SOLVING HOME/temp.cnf
40.66/41.47	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.66/41.48	c 41	This is MiniSat 2.0 beta
40.66/41.48	c 41	WARNING: for repeatability, setting FPU to use double precision
40.66/41.48	c 41	============================[ Problem Statistics ]=============================
40.66/41.48	c 41	|                                                                             |
40.66/41.48	c 41	|  Number of variables:  549785                                               |
40.66/41.48	c 41	|  Number of clauses:    20103045                                             |
51.93/52.84	c 52	|  Parsing time:         9.96         s                                       |
52.42/53.34	c 53	============================[ Search Statistics ]==============================
52.42/53.34	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.42/53.34	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.42/53.34	c 53	===============================================================================
52.42/53.34	c 53	|         0 |  549785 20103045 59736950 |  6701015        0    nan |  0.000 % |
55.61/56.56	c 56	===============================================================================
55.61/56.59	c 56	restarts              : 1
55.61/56.59	c 56	conflicts             : 67             (5 /sec)
55.61/56.59	c 56	decisions             : 1807           (1.11 % random) (133 /sec)
55.61/56.59	c 56	propagations          : 956529         (70184 /sec)
55.61/56.59	c 56	conflict literals     : 1631           (2.22 % deleted)
55.61/56.59	c 56	Memory used           : 844.85 MB
55.61/56.59	c 56	CPU time              : 13.6289 s
55.61/56.59	c 56	
55.91/56.82	c 56	SATISFIABLE
56.01/56.95	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.01/56.95	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.08/57.03	c 57	Decoding HOME/temp.out
56.61/57.59	s SATISFIABLE
56.70/57.61	v 982 1219 89 440 111 3 797 144 459 503 311 1300 1055 1098 277 200 643 889 1275 16 298 491 1028 180 65 1328 49 1170 246 11 570 887 801 1086 721 20 1244 144 375 74 281 0 1179 214 76 327 415 31 102 389 742 140 447 1035 165 666 4 887 1084 798 52 700 1179 211 587 58 1277 824 1304 66 1079 924 1353 925 14 403 127 341 470 270 1177 22 762 203 610 674 530 300 924 1277 241 24 189 424 349 66 4 388 1339 844 1232 350 166 125 619 1100 5 97 63 1023 1195 1295 13 1080 756 859 429 79 707 954 1258 1334 1343 952 1373 1091 1020 1065 895 1179 530 752 1022 1192 811 1289 25 173 282 225 1332 1266 1279 1019 1179 1016 15 302 201 815 1089 250 1 667 177 1238 159 213 87 441 65 238 802 130 200 271 878 1076 1387 1173 1327 1347 1011 659 986 1017 502 963 124 1259 1208 1344 1295 527 490 1280 719 893 1069 227 3 136 761 623 267 47 165 14 398 71 856 420 610 941 1251 566 638 717 1 814 424 1010 448 327 80 43 502 99 234 9 867 269 757 955 1083 577 361 156 418 634 213 58 160 1209 494 35 74 88 0 194 1139 934 984 850 761 1043 699 674 554 638 352 402 480 27 51 0 121 186 153 269 945 616 1002 658 719 1171 762 367 0 196 484 224 301 7 416 1299 39 87 520 134 1150 626 1240 701 1331 645 453 790 6 410 516 181 266 337 33 888 19 47 142 399 1197 508 790 911 519 537 599 361 652 313 721 380 158 216 6 227 31 94 154 434 840 916 983 660 363 717 371 389 0 1022 568 157 482 30 8 266 202 47 138 406 970 1052 1097 812 831 359 901 745 377 4 32 468 567 42 660 46 68 161 216 264 991 668 1082 0 717 760 810 1165 1246 1339 9 72 87 160 253 261 355 430 519 584 209 363 418 497 581 600 606 643 716 768 773 794 864 963 966 1044 1143 1220 1293 1313
56.70/57.61	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.70/57.64	c 57	CPU 51.49 (0.03 0.02 51.46 5.23)
56.70/57.64	c 57	END Fri Jul  4 15:58:31 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-1074807-1215179853/watcher-1074807-1215179853 -o /tmp/evaluation-result-1074807-1215179853/solver-1074807-1215179853 -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-1074807-1215179853.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: 2.14 2.06 2.01 4/83 4796
/proc/meminfo: memFree=1461144/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=12000 CPUtime=0
/proc/4796/stat : 4796 (sugar) R 4794 4796 3605 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 1996959150 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 221794857666 0 0 4224 0 0 0 0 17 1 0 0
/proc/4796/statm: 3000 168 129 3 0 100 0

[startup+0.089941 s]
/proc/loadavg: 2.14 2.06 2.01 4/83 4796
/proc/meminfo: memFree=1461144/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=0.03
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996959150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102939 s]
/proc/loadavg: 2.14 2.06 2.01 4/83 4796
/proc/meminfo: memFree=1461144/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=0.03
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996959150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302949 s]
/proc/loadavg: 2.14 2.06 2.01 4/83 4796
/proc/meminfo: memFree=1461144/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=0.03
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996959150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702167 s]
/proc/loadavg: 2.14 2.06 2.01 4/83 4796
/proc/meminfo: memFree=1461144/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=0.03
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1996959150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.14 2.06 2.01 3/94 4808
/proc/meminfo: memFree=1440632/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=1.01
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 973 8349 0 1 2 1 93 5 16 0 1 0 1996959150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10213 s]
/proc/loadavg: 2.13 2.06 2.01 3/94 4818
/proc/meminfo: memFree=1439032/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=1.02
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 974 8349 0 1 3 1 93 5 15 0 1 0 1996959150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 797 370 3 0 500 0
[pid=4809] ppid=4796 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4796 4796 3605 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996959261 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4809/statm: 1339 233 193 169 0 50 0
[pid=4810] ppid=4809 vsize=868464 CPUtime=1.97
/proc/4810/stat : 4810 (java) S 4809 4796 3605 0 -1 0 9965 0 1 0 186 11 0 0 18 0 9 0 1996959261 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4810/statm: 217116 8937 2565 9 0 211663 0
[pid=4810/tid=4811] ppid=4809 vsize=868464 CPUtime=1.28
/proc/4810/task/4811/stat : 4811 (java) R 4809 4796 3605 0 -1 64 2997 0 1 0 121 7 0 0 23 0 9 0 1996959262 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4126837785 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4812] ppid=4809 vsize=868464 CPUtime=0.43
/proc/4810/task/4812/stat : 4812 (java) S 4809 4796 3605 0 -1 64 4796 0 0 0 41 2 0 0 16 0 9 0 1996959263 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4813] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4813/stat : 4813 (java) S 4809 4796 3605 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996959263 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4814] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4814/stat : 4814 (java) S 4809 4796 3605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996959263 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4815] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4815/stat : 4815 (java) S 4809 4796 3605 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996959265 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4816] ppid=4809 vsize=868464 CPUtime=0.23
/proc/4810/task/4816/stat : 4816 (java) S 4809 4796 3605 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 1996959265 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4817] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4817/stat : 4817 (java) S 4809 4796 3605 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996959265 889307136 8937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4818] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4818/stat : 4818 (java) S 4809 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996959265 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) 2.99
Current children cumulated vsize (KiB) 887420

[startup+6.30233 s]
/proc/loadavg: 2.13 2.06 2.01 3/94 4818
/proc/meminfo: memFree=1396344/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=1.02
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 974 8349 0 1 3 1 93 5 15 0 1 0 1996959150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 797 370 3 0 500 0
[pid=4809] ppid=4796 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4796 4796 3605 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996959261 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4809/statm: 1339 233 193 169 0 50 0
[pid=4810] ppid=4809 vsize=868464 CPUtime=5.15
/proc/4810/stat : 4810 (java) S 4809 4796 3605 0 -1 0 10626 0 1 0 479 36 0 0 18 0 9 0 1996959261 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4810/statm: 217116 8946 2565 9 0 211663 0
[pid=4810/tid=4811] ppid=4809 vsize=868464 CPUtime=4.25
/proc/4810/task/4811/stat : 4811 (java) R 4809 4796 3605 0 -1 64 3650 0 1 0 397 28 0 0 25 0 9 0 1996959262 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4126961508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4812] ppid=4809 vsize=868464 CPUtime=0.63
/proc/4810/task/4812/stat : 4812 (java) S 4809 4796 3605 0 -1 64 4796 0 0 0 57 6 0 0 16 0 9 0 1996959263 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4813] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4813/stat : 4813 (java) S 4809 4796 3605 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996959263 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4814] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4814/stat : 4814 (java) S 4809 4796 3605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996959263 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4815] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4815/stat : 4815 (java) S 4809 4796 3605 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996959265 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4816] ppid=4809 vsize=868464 CPUtime=0.25
/proc/4810/task/4816/stat : 4816 (java) S 4809 4796 3605 0 -1 64 1487 0 0 0 25 0 0 0 15 0 9 0 1996959265 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4817] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4817/stat : 4817 (java) S 4809 4796 3605 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996959265 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4818] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4818/stat : 4818 (java) S 4809 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996959265 889307136 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887420

[startup+12.7027 s]
/proc/loadavg: 2.19 2.07 2.02 4/94 4818
/proc/meminfo: memFree=1316344/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=1.02
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 974 8349 0 1 3 1 93 5 16 0 1 0 1996959150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 797 370 3 0 500 0
[pid=4809] ppid=4796 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4796 4796 3605 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996959261 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4809/statm: 1339 233 193 169 0 50 0
[pid=4810] ppid=4809 vsize=868464 CPUtime=11.48
/proc/4810/stat : 4810 (java) S 4809 4796 3605 0 -1 0 11914 0 1 0 1054 94 0 0 18 0 9 0 1996959261 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4810/statm: 217116 8948 2565 9 0 211663 0
[pid=4810/tid=4811] ppid=4809 vsize=868464 CPUtime=10.18
/proc/4810/task/4811/stat : 4811 (java) R 4809 4796 3605 0 -1 64 4936 0 1 0 939 79 0 0 25 0 9 0 1996959262 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4126837655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4812] ppid=4809 vsize=868464 CPUtime=1.01
/proc/4810/task/4812/stat : 4812 (java) S 4809 4796 3605 0 -1 64 4796 0 0 0 88 13 0 0 16 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4813] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4813/stat : 4813 (java) S 4809 4796 3605 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4814] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4814/stat : 4814 (java) S 4809 4796 3605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4815] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4815/stat : 4815 (java) S 4809 4796 3605 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4816] ppid=4809 vsize=868464 CPUtime=0.25
/proc/4810/task/4816/stat : 4816 (java) S 4809 4796 3605 0 -1 64 1489 0 0 0 25 0 0 0 16 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4817] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4817/stat : 4817 (java) S 4809 4796 3605 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4818] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4818/stat : 4818 (java) S 4809 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887420

[startup+25.5025 s]
/proc/loadavg: 2.16 2.07 2.02 3/94 4818
/proc/meminfo: memFree=1149240/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=1.02
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 974 8349 0 1 3 1 93 5 16 0 1 0 1996959150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 797 370 3 0 500 0
[pid=4809] ppid=4796 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4796 4796 3605 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996959261 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4809/statm: 1339 233 193 169 0 50 0
[pid=4810] ppid=4809 vsize=868464 CPUtime=24.07
/proc/4810/stat : 4810 (java) S 4809 4796 3605 0 -1 0 14509 0 1 0 2194 213 0 0 18 0 9 0 1996959261 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4810/statm: 217116 8948 2565 9 0 211663 0
[pid=4810/tid=4811] ppid=4809 vsize=868464 CPUtime=21.99
/proc/4810/task/4811/stat : 4811 (java) R 4809 4796 3605 0 -1 64 7531 0 1 0 2018 181 0 0 25 0 9 0 1996959262 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4126485262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4812] ppid=4809 vsize=868464 CPUtime=1.8
/proc/4810/task/4812/stat : 4812 (java) S 4809 4796 3605 0 -1 64 4796 0 0 0 150 30 0 0 16 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4813] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4813/stat : 4813 (java) S 4809 4796 3605 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4814] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4814/stat : 4814 (java) S 4809 4796 3605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996959263 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4815] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4815/stat : 4815 (java) S 4809 4796 3605 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4816] ppid=4809 vsize=868464 CPUtime=0.25
/proc/4810/task/4816/stat : 4816 (java) S 4809 4796 3605 0 -1 64 1489 0 0 0 25 0 0 0 16 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4817] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4817/stat : 4817 (java) S 4809 4796 3605 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4810/tid=4818] ppid=4809 vsize=868464 CPUtime=0
/proc/4810/task/4818/stat : 4818 (java) S 4809 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996959265 889307136 8948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887420

[startup+51.1021 s]
/proc/loadavg: 2.10 2.06 2.01 3/86 4820
/proc/meminfo: memFree=350776/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=40.7
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 1033 26393 0 2 3 1 3699 367 16 0 1 0 1996959150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 799 370 3 0 500 0
[pid=4819] ppid=4796 vsize=5356 CPUtime=0
/proc/4819/stat : 4819 (sh) S 4796 4796 3605 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996963298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4819/statm: 1339 232 193 169 0 50 0
[pid=4820] ppid=4819 vsize=670692 CPUtime=9.54
/proc/4820/stat : 4820 (minisat) R 4819 4796 3605 0 -1 4194304 164141 0 0 0 845 109 0 0 25 0 1 0 1996963299 686788608 164127 996147200 134512640 135127466 4294956256 18446744073709551615 134513806 0 0 4096 3 0 0 0 17 1 0 0
/proc/4820/statm: 167673 164127 62 150 0 167520 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 689648

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

[startup+54.3013 s]
/proc/loadavg: 2.18 2.08 2.02 3/86 4820
/proc/meminfo: memFree=186744/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=40.7
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 1033 26393 0 2 3 1 3699 367 15 0 1 0 1996959150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 799 370 3 0 500 0
[pid=4819] ppid=4796 vsize=5356 CPUtime=0
/proc/4819/stat : 4819 (sh) S 4796 4796 3605 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996963298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4819/statm: 1339 232 193 169 0 50 0
[pid=4820] ppid=4819 vsize=831688 CPUtime=12.72
/proc/4820/stat : 4820 (minisat) R 4819 4796 3605 0 -1 4194304 198776 0 0 0 1138 134 0 0 25 0 1 0 1996963299 851648512 198762 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/4820/statm: 207922 198762 74 150 0 207769 0
Current children cumulated CPU time (s) 53.42
Current children cumulated vsize (KiB) 850644

[startup+55.9014 s]
/proc/loadavg: 2.18 2.08 2.02 3/86 4820
/proc/meminfo: memFree=159416/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=40.7
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 1033 26393 0 2 3 1 3699 367 15 0 1 0 1996959150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 799 370 3 0 500 0
[pid=4819] ppid=4796 vsize=5356 CPUtime=0
/proc/4819/stat : 4819 (sh) S 4796 4796 3605 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996963298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4819/statm: 1339 232 193 169 0 50 0
[pid=4820] ppid=4819 vsize=858864 CPUtime=14.32
/proc/4820/stat : 4820 (minisat) R 4819 4796 3605 0 -1 4194304 205554 0 0 0 1294 138 0 0 25 0 1 0 1996963299 879476736 205540 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4820/statm: 214716 205540 74 150 0 214563 0
Current children cumulated CPU time (s) 55.02
Current children cumulated vsize (KiB) 877820

[startup+56.7015 s]
/proc/loadavg: 2.18 2.08 2.02 3/86 4820
/proc/meminfo: memFree=145528/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=40.7
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 1033 26393 0 2 3 1 3699 367 16 0 1 0 1996959150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 799 370 3 0 500 0
[pid=4819] ppid=4796 vsize=5356 CPUtime=0
/proc/4819/stat : 4819 (sh) S 4796 4796 3605 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996963298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4819/statm: 1339 232 193 169 0 50 0
[pid=4820] ppid=4819 vsize=865132 CPUtime=15.1
/proc/4820/stat : 4820 (minisat) R 4819 4796 3605 0 -1 4194304 206998 0 0 0 1372 138 0 0 25 0 1 0 1996963299 885895168 206983 996147200 134512640 135127466 4294956256 18446744073709551615 134785431 0 0 4096 3 0 0 0 17 1 0 0
/proc/4820/statm: 216283 206983 80 150 0 216130 0
Current children cumulated CPU time (s) 55.8
Current children cumulated vsize (KiB) 884088

[startup+57.5025 s]
/proc/loadavg: 2.16 2.08 2.02 4/94 4830
/proc/meminfo: memFree=961080/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=56.08
/proc/4796/stat : 4796 (sugar) S 4794 4796 3605 0 -1 4194304 1090 233676 0 2 3 1 5084 520 16 0 1 0 1996959150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4796/statm: 3400 799 370 3 0 500 0
[pid=4821] ppid=4796 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4796 4796 3605 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996964846 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 233 193 169 0 50 0
[pid=4822] ppid=4821 vsize=864012 CPUtime=0.53
/proc/4822/stat : 4822 (java) S 4821 4796 3605 0 -1 0 3516 0 1 0 52 1 0 0 18 0 9 0 1996964846 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4822/statm: 216003 2990 1665 9 0 210585 0
[pid=4822/tid=4823] ppid=4821 vsize=864012 CPUtime=0.47
/proc/4822/task/4823/stat : 4823 (java) R 4821 4796 3605 0 -1 64 2455 0 1 0 46 1 0 0 23 0 9 0 1996964847 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4126461155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4824] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4824/stat : 4824 (java) S 4821 4796 3605 0 -1 64 71 0 0 0 0 0 0 0 16 0 9 0 1996964848 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4825] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4825/stat : 4825 (java) S 4821 4796 3605 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996964848 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4826] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4826/stat : 4826 (java) S 4821 4796 3605 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996964848 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4827] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4827/stat : 4827 (java) S 4821 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996964850 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4828] ppid=4821 vsize=864012 CPUtime=0.04
/proc/4822/task/4828/stat : 4828 (java) S 4821 4796 3605 0 -1 64 299 0 0 0 4 0 0 0 16 0 9 0 1996964850 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4829] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4829/stat : 4829 (java) S 4821 4796 3605 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996964850 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4822/tid=4830] ppid=4821 vsize=864012 CPUtime=0
/proc/4822/task/4830/stat : 4830 (java) S 4821 4796 3605 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996964850 884748288 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.61
Current children cumulated vsize (KiB) 882968

[startup+57.7026 s]
/proc/loadavg: 2.16 2.08 2.02 4/94 4830
/proc/meminfo: memFree=961080/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=56.8
/proc/4796/stat : 4796 (sugar) R 4794 4796 3605 0 -1 4194304 1119 237546 0 3 3 8 5146 523 16 0 1 0 1996959150 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4796/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 56.8
Current children cumulated vsize (KiB) 13600

[startup+57.8016 s]
/proc/loadavg: 2.16 2.08 2.02 4/94 4830
/proc/meminfo: memFree=961080/2055920 swapFree=4180452/4192956
[pid=4796] ppid=4794 vsize=13600 CPUtime=56.9
/proc/4796/stat : 4796 (sugar) R 4794 4796 3605 0 -1 4194304 1119 237546 0 3 3 18 5146 523 16 0 1 0 1996959150 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4796/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 56.9
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 57.897
CPU time (s): 57.0203
CPU user time (s): 51.5082
CPU system time (s): 5.51216
CPU usage (%): 98.4857
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.5082
system time used= 5.51216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238695
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= 59277
involuntary context switches= 60803

runsolver used 0.077988 second user time and 0.199969 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 15:57:34
IDJOB=1074807
IDBENCH=56445
IDSOLVER=346
FILE ID=node29/1074807-1215179853
PBS_JOBID= 7881569
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86b24a9ba558d9e8e32f84b5d3fc0678
RANDOM SEED=1490328509

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
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.220
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:       1461624 kB
Buffers:         80556 kB
Cached:         325604 kB
SwapCached:       6872 kB
Active:         332520 kB
Inactive:       202120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461624 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         139456 kB
Slab:            44580 kB
Committed_AS:  4103172 kB
PageTables:       2196 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= 66556 MiB
End job on node29 at 2008-07-04 15:58:31