Trace number 2076538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 65.0981 66.5468

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-2.xml
MD5SUM4edeb52ba8c5e270795a490c2e727147
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.68759
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1359
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

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 03:42:33 2009
0.05/0.08	c 0	PID 17397
0.05/0.08	c 0	HOST node62.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2076538-1247362953.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076538-1247362953.xml' 'HOME/temp.csp'
0.07/0.92	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.07/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.03	c 1	Parsing HOME/temp.csp
1.14/1.21	c 1	parsed 8401 expressions
1.14/1.21	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.21	c 1	Converting to clausal form CSP
1.14/1.27	c 1	converted 841 (10%) expressions
1.43/1.53	c 1	converted 1681 (20%) expressions
1.43/1.56	c 1	converted 2521 (30%) expressions
1.43/1.60	c 1	converted 3361 (40%) expressions
1.53/1.63	c 1	converted 4201 (50%) expressions
1.53/1.66	c 2	converted 5041 (60%) expressions
1.63/1.76	c 2	converted 5881 (70%) expressions
1.63/1.79	c 2	converted 6721 (80%) expressions
1.73/1.82	c 2	converted 7561 (90%) expressions
1.73/1.85	c 2	converted 8401 (100%) expressions
1.73/1.85	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1359
1.73/1.85	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.85	c 2	Propagation in CSP
1.83/1.90	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.83/1.90	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1359
1.83/1.90	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.91	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.06	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1359
1.93/2.06	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.25	c 2	40 (10%) CSP integer variables are encoded (52021 clauses, 758185 bytes)
2.22/2.31	c 2	80 (20%) CSP integer variables are encoded (104108 clauses, 1547861 bytes)
2.22/2.38	c 2	120 (30%) CSP integer variables are encoded (156499 clauses, 2438508 bytes)
2.32/2.46	c 2	160 (40%) CSP integer variables are encoded (209234 clauses, 3335003 bytes)
2.42/2.53	c 2	200 (50%) CSP integer variables are encoded (261494 clauses, 4223423 bytes)
2.42/2.60	c 2	240 (60%) CSP integer variables are encoded (313832 clauses, 5113169 bytes)
2.53/2.67	c 3	280 (70%) CSP integer variables are encoded (366068 clauses, 6001181 bytes)
2.63/2.75	c 3	320 (80%) CSP integer variables are encoded (418498 clauses, 6892491 bytes)
2.73/2.81	c 3	360 (90%) CSP integer variables are encoded (470840 clauses, 7782305 bytes)
2.73/2.88	c 3	400 (100%) CSP integer variables are encoded (523020 clauses, 8669365 bytes)
6.59/6.71	c 7	2280 (10%) CSP clauses are encoded (2422326 clauses, 52528637 bytes)
10.25/10.44	c 10	4560 (20%) CSP clauses are encoded (4329226 clauses, 97511054 bytes)
13.92/14.18	c 14	6840 (30%) CSP clauses are encoded (6239480 clauses, 143388044 bytes)
17.77/18.00	c 18	9120 (40%) CSP clauses are encoded (8158868 clauses, 191343104 bytes)
21.51/21.87	c 22	11400 (50%) CSP clauses are encoded (10095702 clauses, 239734314 bytes)
25.31/25.73	c 26	13680 (60%) CSP clauses are encoded (12018224 clauses, 287767724 bytes)
29.05/29.52	c 29	15960 (70%) CSP clauses are encoded (13932292 clauses, 335589784 bytes)
32.81/33.51	c 33	18240 (80%) CSP clauses are encoded (15850344 clauses, 383511444 bytes)
36.53/37.35	c 37	20520 (90%) CSP clauses are encoded (17774032 clauses, 431574004 bytes)
40.23/41.11	c 41	22800 (100%) CSP clauses are encoded (19684140 clauses, 479297064 bytes)
40.23/41.11	c 41	22800 CSP clauses encoded
40.23/41.11	c 41	Writing map file : HOME/temp.map
40.23/41.13	c 41	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.23/41.13	c 41	SAT : 538620 SAT variables, 19684140 SAT clauses, 479297064 bytes
40.23/41.13	c 41	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.23/41.18	c 41	SOLVING HOME/temp.cnf
40.23/41.18	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.23/41.19	c 41	This is MiniSat 2.0 beta
40.23/41.19	c 41	WARNING: for repeatability, setting FPU to use double precision
40.23/41.19	c 41	============================[ Problem Statistics ]=============================
40.23/41.19	c 41	|                                                                             |
40.23/41.19	c 41	|  Number of variables:  538620                                               |
40.23/41.19	c 41	|  Number of clauses:    19684140                                             |
52.00/53.35	c 53	|  Parsing time:         10.04        s                                       |
52.60/53.96	c 54	============================[ Search Statistics ]==============================
52.60/53.96	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.60/53.96	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.60/53.96	c 54	===============================================================================
52.60/53.96	c 54	|         0 |  538620 19684140 58491400 |  6561380        0    nan |  0.000 % |
55.36/56.79	c 57	|       100 |  538620 19684140 58491400 |  7217518      100     36 |  0.000 % |
59.03/60.50	c 60	|       250 |  538620 19684140 58491400 |  7939269      250     24 |  0.000 % |
60.41/61.86	c 62	|       476 |  538620 19684140 58491400 |  8733196      476     20 |  0.000 % |
63.70/65.12	c 65	===============================================================================
63.70/65.15	c 65	restarts              : 4
63.70/65.15	c 65	conflicts             : 580            (27 /sec)
63.70/65.15	c 65	decisions             : 8452           (1.02 % random) (391 /sec)
63.70/65.15	c 65	propagations          : 4312828        (199726 /sec)
63.70/65.15	c 65	conflict literals     : 10716          (6.39 % deleted)
63.70/65.15	c 65	Memory used           : 867.74 MB
63.70/65.15	c 65	CPU time              : 21.5937 s
63.70/65.15	c 65	
63.89/65.38	c 65	SATISFIABLE
64.09/65.53	c 65	DECODING HOME/temp.out WITH HOME/temp.map
64.09/65.53	c 65	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
64.14/65.63	c 65	Decoding HOME/temp.out
64.76/66.21	s SATISFIABLE
64.76/66.22	v 3 196 610 345 685 105 742 1196 1040 821 303 394 1283 262 1121 886 462 982 533 138 811 226 187 958 456 1279 242 11 61 132 1051 85 686 768 624 1141 533 1224 4 886 605 134 1120 882 806 69 983 1279 662 381 235 519 4 534 769 1032 178 34 1180 297 133 576 981 932 1079 656 0 1165 1235 467 1318 293 611 1189 818 105 28 857 746 380 209 34 856 942 294 991 373 2 5 600 117 1269 1152 1240 1062 637 730 1328 1343 1334 864 689 446 971 1002 36 1237 372 1299 774 909 281 316 19 133 560 611 1344 584 213 1291 1131 204 119 976 1267 1344 1 18 649 720 746 697 306 373 897 596 366 3 1004 627 1266 379 1313 908 325 21 307 736 498 1249 231 2 469 148 293 1093 1169 200 546 79 656 145 1 729 885 673 580 255 300 477 1214 1158 1077 524 30 1048 1221 1263 388 1058 120 1240 533 891 1177 1089 394 431 318 1128 798 1309 453 653 357 991 614 935 713 1292 532 1092 493 433 939 857 986 1235 608 441 1150 1061 1241 789 1308 174 247 73 325 241 805 547 648 1133 732 978 468 115 1243 1067 309 957 843 1299 1094 388 693 741 1015 1200 173 289 1027 914 441 1156 504 1163 1271 81 538 728 823 1169 1116 1039 631 616 1278 349 283 28 634 1191 1121 211 1193 15 176 1276 658 1116 993 603 435 977 926 530 753 508 803 614 344 1098 1181 900 1216 325 712 956 255 397 980 200 67 166 456 610 1245 724 1014 1222 700 1304 1348 155 442 1144 1288 212 1063 918 1354 318 820 693 1166 36 979 1287 1194 1075 14 395 896 101 595 630 467 238 519 801 228 282 180 281 1353 1143 675 1295 1319 518 114 89 765 887 363 431 958 196 5 1096 1146 635 1235 721 307 1015 807 572 138 659 874 1216 357 940 1358 241 710 448 1195 1146 125 1011 798 1104 230 1305 488 212 492 844 646 1036 1324 1092 1335 780 291 1256 707 356 578 135 389 1184 909 100 653
64.76/66.24	c 66	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.76/66.30	c 66	CPU 64.82 (0.06 0.02 58.86 5.88)
64.76/66.30	c 66	END Sun Jul 12 03:43:39 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076538-1247362953/watcher-2076538-1247362953 -o /tmp/evaluation-result-2076538-1247362953/solver-2076538-1247362953 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076538-1247362953.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.54 2.26 2.03 4/82 17397
/proc/meminfo: memFree=505968/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=12268 CPUtime=0
/proc/17397/stat : 17397 (sugar) R 17395 17397 15406 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23359196 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17397/statm: 3067 316 241 3 0 167 0

[startup+0.0656921 s]
/proc/loadavg: 2.54 2.26 2.03 4/82 17397
/proc/meminfo: memFree=505968/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16212 CPUtime=0.05
/proc/17397/stat : 17397 (sugar) R 17395 17397 15406 0 -1 4194304 952 0 0 0 4 1 0 0 18 0 1 0 23359196 16601088 920 996147200 4194304 4206940 548682068608 18446744073709551615 236437568541 0 0 4224 0 0 0 0 17 1 0 0
/proc/17397/statm: 4053 920 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102693 s]
/proc/loadavg: 2.54 2.26 2.03 4/82 17397
/proc/meminfo: memFree=505968/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.07
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301717 s]
/proc/loadavg: 2.54 2.26 2.03 4/82 17397
/proc/meminfo: memFree=505968/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.07
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702761 s]
/proc/loadavg: 2.54 2.26 2.03 4/82 17397
/proc/meminfo: memFree=505968/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.07
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 2.54 2.26 2.03 4/93 17419
/proc/meminfo: memFree=499032/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.9
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1309 8422 0 1 5 2 76 7 16 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
[pid=17410] ppid=17397 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17397 17397 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23359290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 233 193 169 0 50 0
[pid=17411] ppid=17410 vsize=868636 CPUtime=0.53
/proc/17411/stat : 17411 (java) S 17410 17397 15406 0 -1 0 7022 0 1 0 49 4 0 0 18 0 9 0 23359290 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17411/statm: 217159 6341 2604 9 0 211664 0
[pid=17411/tid=17412] ppid=17410 vsize=868636 CPUtime=0.29
/proc/17411/task/17412/stat : 17412 (java) R 17410 17397 15406 0 -1 64 2658 0 1 0 28 1 0 0 18 0 9 0 23359291 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17413] ppid=17410 vsize=868636 CPUtime=0.07
/proc/17411/task/17413/stat : 17413 (java) R 17410 17397 15406 0 -1 64 2201 0 0 0 6 1 0 0 16 0 9 0 23359293 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17414] ppid=17410 vsize=868636 CPUtime=0
/proc/17411/task/17414/stat : 17414 (java) S 17410 17397 15406 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23359293 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17415] ppid=17410 vsize=868636 CPUtime=0
/proc/17411/task/17415/stat : 17415 (java) S 17410 17397 15406 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23359293 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17416] ppid=17410 vsize=868636 CPUtime=0
/proc/17411/task/17416/stat : 17416 (java) S 17410 17397 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23359295 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17417] ppid=17410 vsize=868636 CPUtime=0.15
/proc/17411/task/17417/stat : 17417 (java) S 17410 17397 15406 0 -1 64 1469 0 0 0 15 0 0 0 16 0 9 0 23359295 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17418] ppid=17410 vsize=868636 CPUtime=0
/proc/17411/task/17418/stat : 17418 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23359295 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17419] ppid=17410 vsize=868636 CPUtime=0
/proc/17411/task/17419/stat : 17419 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23359295 889483264 6341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890860

[startup+3.10104 s]
/proc/loadavg: 2.49 2.26 2.03 4/93 17419
/proc/meminfo: memFree=477272/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.91
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1310 8422 0 1 6 2 76 7 16 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
[pid=17410] ppid=17397 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17397 17397 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23359290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 233 193 169 0 50 0
[pid=17411] ppid=17410 vsize=868688 CPUtime=2.12
/proc/17411/stat : 17411 (java) S 17410 17397 15406 0 -1 0 9834 0 1 0 198 14 0 0 18 0 9 0 23359290 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17411/statm: 217172 8800 2590 9 0 211649 0
[pid=17411/tid=17412] ppid=17410 vsize=868688 CPUtime=1.43
/proc/17411/task/17412/stat : 17412 (java) R 17410 17397 15406 0 -1 64 3031 0 1 0 134 9 0 0 25 0 9 0 23359291 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17413] ppid=17410 vsize=868688 CPUtime=0.45
/proc/17411/task/17413/stat : 17413 (java) S 17410 17397 15406 0 -1 64 4591 0 0 0 42 3 0 0 16 0 9 0 23359293 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17414] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17414/stat : 17414 (java) S 17410 17397 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23359293 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17415] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17415/stat : 17415 (java) S 17410 17397 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23359293 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17416] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17416/stat : 17416 (java) S 17410 17397 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23359295 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17417] ppid=17410 vsize=868688 CPUtime=0.21
/proc/17411/task/17417/stat : 17417 (java) S 17410 17397 15406 0 -1 64 1513 0 0 0 21 0 0 0 16 0 9 0 23359295 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17418] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17418/stat : 17418 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23359295 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17419] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17419/stat : 17419 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23359295 889536512 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890912

[startup+6.30241 s]
/proc/loadavg: 2.49 2.26 2.03 3/93 17419
/proc/meminfo: memFree=438872/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.91
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1310 8422 0 1 6 2 76 7 16 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
[pid=17410] ppid=17397 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17397 17397 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23359290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 233 193 169 0 50 0
[pid=17411] ppid=17410 vsize=868688 CPUtime=5.29
/proc/17411/stat : 17411 (java) S 17410 17397 15406 0 -1 0 10428 0 1 0 487 42 0 0 18 0 9 0 23359290 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17411/statm: 217172 8805 2590 9 0 211649 0
[pid=17411/tid=17412] ppid=17410 vsize=868688 CPUtime=4.38
/proc/17411/task/17412/stat : 17412 (java) R 17410 17397 15406 0 -1 64 3620 0 1 0 405 33 0 0 25 0 9 0 23359291 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4126942974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17413] ppid=17410 vsize=868688 CPUtime=0.65
/proc/17411/task/17413/stat : 17413 (java) S 17410 17397 15406 0 -1 64 4591 0 0 0 59 6 0 0 16 0 9 0 23359293 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17414] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17414/stat : 17414 (java) S 17410 17397 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23359293 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17415] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17415/stat : 17415 (java) S 17410 17397 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23359293 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17416] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17416/stat : 17416 (java) S 17410 17397 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23359295 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17417] ppid=17410 vsize=868688 CPUtime=0.22
/proc/17411/task/17417/stat : 17417 (java) S 17410 17397 15406 0 -1 64 1518 0 0 0 22 0 0 0 15 0 9 0 23359295 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17418] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17418/stat : 17418 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23359295 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17419] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17419/stat : 17419 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23359295 889536512 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890912

[startup+12.7021 s]
/proc/loadavg: 2.42 2.25 2.03 3/93 17419
/proc/meminfo: memFree=361560/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.91
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1310 8422 0 1 6 2 76 7 16 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
[pid=17410] ppid=17397 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17397 17397 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23359290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 233 193 169 0 50 0
[pid=17411] ppid=17410 vsize=868688 CPUtime=11.62
/proc/17411/stat : 17411 (java) S 17410 17397 15406 0 -1 0 11641 0 1 0 1061 101 0 0 18 0 9 0 23359290 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17411/statm: 217172 8808 2590 9 0 211649 0
[pid=17411/tid=17412] ppid=17410 vsize=868688 CPUtime=10.26
/proc/17411/task/17412/stat : 17412 (java) R 17410 17397 15406 0 -1 64 4831 0 1 0 942 84 0 0 25 0 9 0 23359291 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4126527831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17413] ppid=17410 vsize=868688 CPUtime=1.11
/proc/17411/task/17413/stat : 17413 (java) S 17410 17397 15406 0 -1 64 4591 0 0 0 95 16 0 0 16 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17414] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17414/stat : 17414 (java) S 17410 17397 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17415] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17415/stat : 17415 (java) S 17410 17397 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17416] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17416/stat : 17416 (java) S 17410 17397 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17417] ppid=17410 vsize=868688 CPUtime=0.23
/proc/17411/task/17417/stat : 17417 (java) S 17410 17397 15406 0 -1 64 1520 0 0 0 23 0 0 0 17 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17418] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17418/stat : 17418 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17419] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17419/stat : 17419 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890912

[startup+25.5026 s]
/proc/loadavg: 2.35 2.24 2.03 3/93 17419
/proc/meminfo: memFree=193240/2055920 swapFree=4192956/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=0.91
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1310 8422 0 1 6 2 76 7 16 0 1 0 23359196 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1111 409 3 0 796 0
[pid=17410] ppid=17397 vsize=5356 CPUtime=0
/proc/17410/stat : 17410 (sh) S 17397 17397 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23359290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17410/statm: 1339 233 193 169 0 50 0
[pid=17411] ppid=17410 vsize=868688 CPUtime=24.21
/proc/17411/stat : 17411 (java) S 17410 17397 15406 0 -1 0 14093 0 1 0 2194 227 0 0 18 0 9 0 23359290 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17411/statm: 217172 8808 2590 9 0 211649 0
[pid=17411/tid=17412] ppid=17410 vsize=868688 CPUtime=21.89
/proc/17411/task/17412/stat : 17412 (java) R 17410 17397 15406 0 -1 64 7283 0 1 0 2000 189 0 0 25 0 9 0 23359291 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4126452432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17413] ppid=17410 vsize=868688 CPUtime=2.06
/proc/17411/task/17413/stat : 17413 (java) S 17410 17397 15406 0 -1 64 4591 0 0 0 170 36 0 0 16 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17414] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17414/stat : 17414 (java) S 17410 17397 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17415] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17415/stat : 17415 (java) S 17410 17397 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23359293 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17416] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17416/stat : 17416 (java) S 17410 17397 15406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17417] ppid=17410 vsize=868688 CPUtime=0.23
/proc/17411/task/17417/stat : 17417 (java) S 17410 17397 15406 0 -1 64 1520 0 0 0 23 0 0 0 17 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17418] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17418/stat : 17418 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17411/tid=17419] ppid=17410 vsize=868688 CPUtime=0
/proc/17411/task/17419/stat : 17419 (java) S 17410 17397 15406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23359295 889536512 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890912

[startup+51.1026 s]
/proc/loadavg: 2.87 2.37 2.08 3/85 17421
/proc/meminfo: memFree=15448/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=40.28
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1376 25799 0 2 6 2 3640 380 17 0 1 0 23359196 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4217 1113 409 3 0 796 0
[pid=17420] ppid=17397 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (sh) S 17397 17397 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23363315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17420/statm: 1339 232 193 169 0 50 0
[pid=17421] ppid=17420 vsize=640196 CPUtime=9.59
/proc/17421/stat : 17421 (minisat) R 17420 17397 15406 0 -1 4194304 155376 0 0 0 815 144 0 0 25 0 1 0 23363315 655560704 155362 996147200 134512640 135127466 4294956256 18446744073709551615 134532736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17421/statm: 160049 155362 62 150 0 159896 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 662420

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

[startup+57.5013 s]
/proc/loadavg: 2.73 2.35 2.07 3/85 17421
/proc/meminfo: memFree=15832/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=40.28
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1376 25799 0 2 6 2 3640 380 16 0 1 0 23359196 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1113 409 3 0 796 0
[pid=17420] ppid=17397 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (sh) S 17397 17397 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23363315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17420/statm: 1339 232 193 169 0 50 0
[pid=17421] ppid=17420 vsize=852368 CPUtime=15.87
/proc/17421/stat : 17421 (minisat) R 17420 17397 15406 0 -1 4194304 203389 0 0 0 1405 182 0 0 25 0 1 0 23363315 872824832 203375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17421/statm: 213092 203375 76 150 0 212939 0
Current children cumulated CPU time (s) 56.15
Current children cumulated vsize (KiB) 874592

[startup+60.7027 s]
/proc/loadavg: 2.73 2.35 2.07 3/85 17421
/proc/meminfo: memFree=14936/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=40.28
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1376 25799 0 2 6 2 3640 380 16 0 1 0 23359196 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1113 409 3 0 796 0
[pid=17420] ppid=17397 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (sh) S 17397 17397 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23363315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17420/statm: 1339 232 193 169 0 50 0
[pid=17421] ppid=17420 vsize=872696 CPUtime=19.04
/proc/17421/stat : 17421 (minisat) R 17420 17397 15406 0 -1 4194304 208316 0 0 0 1719 185 0 0 25 0 1 0 23363315 893640704 208302 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17421/statm: 218174 208302 76 150 0 218021 0
Current children cumulated CPU time (s) 59.32
Current children cumulated vsize (KiB) 894920

[startup+63.901 s]
/proc/loadavg: 2.75 2.36 2.08 3/85 17421
/proc/meminfo: memFree=16152/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=40.28
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1376 25799 0 2 6 2 3640 380 16 0 1 0 23359196 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1113 409 3 0 796 0
[pid=17420] ppid=17397 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (sh) S 17397 17397 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23363315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17420/statm: 1339 232 193 169 0 50 0
[pid=17421] ppid=17420 vsize=886832 CPUtime=22.22
/proc/17421/stat : 17421 (minisat) R 17420 17397 15406 0 -1 4194304 211824 0 0 0 2034 188 0 0 25 0 1 0 23363315 908115968 211810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17421/statm: 221708 211810 76 150 0 221555 0
Current children cumulated CPU time (s) 62.5
Current children cumulated vsize (KiB) 909056

[startup+65.502 s]
/proc/loadavg: 2.75 2.36 2.08 3/85 17421
/proc/meminfo: memFree=16280/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=40.28
/proc/17397/stat : 17397 (sugar) S 17395 17397 15406 0 -1 4194304 1376 25799 0 2 6 2 3640 380 15 0 1 0 23359196 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 4217 1113 409 3 0 796 0
[pid=17420] ppid=17397 vsize=5356 CPUtime=0
/proc/17420/stat : 17420 (sh) S 17397 17397 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23363315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17420/statm: 1339 232 193 169 0 50 0
[pid=17421] ppid=17420 vsize=0 CPUtime=23.81
/proc/17421/stat : 17421 (minisat) R 17420 17397 15406 0 -1 4194308 212299 0 0 0 2179 202 0 0 25 0 1 0 23363315 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.09
Current children cumulated vsize (KiB) 22224

[startup+66.3023 s]
/proc/loadavg: 2.75 2.36 2.08 3/93 17431
/proc/meminfo: memFree=861016/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=64.83
/proc/17397/stat : 17397 (sugar) R 17395 17397 15406 0 -1 4194304 1478 242302 0 3 6 3 5886 588 16 0 1 0 23359196 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17397/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 64.83
Current children cumulated vsize (KiB) 16868

[startup+66.5013 s]
/proc/loadavg: 2.75 2.36 2.08 3/93 17431
/proc/meminfo: memFree=861016/2055920 swapFree=4192952/4192956
[pid=17397] ppid=17395 vsize=16868 CPUtime=65.03
/proc/17397/stat : 17397 (sugar) R 17395 17397 15406 0 -1 4194304 1478 242302 0 3 6 23 5886 588 16 0 1 0 23359196 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17397/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 65.03
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 66.5468
CPU time (s): 65.0981
CPU user time (s): 58.931
CPU system time (s): 6.16706
CPU usage (%): 97.823
Max. virtual memory (cumulated for all children) (KiB): 910796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.931
system time used= 6.16706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243840
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= 70403
involuntary context switches= 71998

runsolver used 0.093985 second user time and 0.253961 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 03:42:33
IDJOB=2076538
IDBENCH=56450
IDSOLVER=739
FILE ID=node62/2076538-1247362953
PBS_JOBID= 9506966
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-105-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076538-1247362953/watcher-2076538-1247362953 -o /tmp/evaluation-result-2076538-1247362953/solver-2076538-1247362953 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076538-1247362953.xml

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

MD5SUM BENCH= 4edeb52ba8c5e270795a490c2e727147
RANDOM SEED=130869936

node62.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:        506448 kB
Buffers:         77440 kB
Cached:         956364 kB
SwapCached:          0 kB
Active:         559360 kB
Inactive:       933784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        506448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:         479800 kB
Slab:            40580 kB
Committed_AS:   634904 kB
PageTables:       2800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node62 at 2009-07-12 03:43:39