Trace number 2081543

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 1264.6 1265.72

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-11.xml
MD5SUM711195861ae8d6ea60c538674c25157e
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 benchmark72.9219
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:32:15 2009
0.00/0.08	c 0	PID 23787
0.00/0.08	c 0	HOST node26.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081543-1247373135.xml TO HOME/temp.csp
0.00/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-2081543-1247373135.xml' 'HOME/temp.csp'
0.06/0.81	c 1	87 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.06/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.83	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.78/0.94	c 1	Parsing HOME/temp.csp
0.90/1.08	c 1	parsed 6121 expressions
0.90/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.09	c 1	Converting to clausal form CSP
1.01/1.15	c 1	converted 613 (10%) expressions
1.19/1.33	c 1	converted 1225 (20%) expressions
1.19/1.38	c 1	converted 1837 (30%) expressions
1.29/1.40	c 1	converted 2449 (40%) expressions
1.29/1.42	c 2	converted 3061 (50%) expressions
1.29/1.44	c 2	converted 3673 (60%) expressions
1.39/1.52	c 2	converted 4285 (70%) expressions
1.39/1.54	c 2	converted 4897 (80%) expressions
1.39/1.56	c 2	converted 5509 (90%) expressions
1.39/1.58	c 2	converted 6121 (100%) expressions
1.39/1.58	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1261
1.39/1.58	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.58	c 2	Propagation in CSP
1.69/1.81	c 2	145356 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.82	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 728
1.69/1.82	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.82	c 2	Simplifing CSP by introducing new Boolean variables
1.79/1.93	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 728
1.79/1.93	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.89/2.05	c 2	45 (10%) CSP integer variables are encoded (20655 clauses, 287731 bytes)
1.89/2.08	c 2	90 (20%) CSP integer variables are encoded (46500 clauses, 675406 bytes)
1.99/2.12	c 2	135 (30%) CSP integer variables are encoded (67815 clauses, 995131 bytes)
1.99/2.15	c 2	180 (40%) CSP integer variables are encoded (89160 clauses, 1315306 bytes)
1.99/2.18	c 2	225 (50%) CSP integer variables are encoded (115785 clauses, 1746652 bytes)
2.09/2.21	c 2	270 (60%) CSP integer variables are encoded (136440 clauses, 2097787 bytes)
2.09/2.25	c 2	315 (70%) CSP integer variables are encoded (160980 clauses, 2514967 bytes)
2.09/2.28	c 2	360 (80%) CSP integer variables are encoded (185190 clauses, 2926537 bytes)
2.18/2.31	c 2	405 (90%) CSP integer variables are encoded (208290 clauses, 3319237 bytes)
2.18/2.36	c 2	450 (100%) CSP integer variables are encoded (238470 clauses, 3832297 bytes)
2.79/2.93	c 3	1548 (10%) CSP clauses are encoded (495462 clauses, 9439979 bytes)
3.37/3.53	c 4	3096 (20%) CSP clauses are encoded (782640 clauses, 16049150 bytes)
4.06/4.20	c 4	4644 (30%) CSP clauses are encoded (1101919 clauses, 23415190 bytes)
4.65/4.87	c 5	6192 (40%) CSP clauses are encoded (1423113 clauses, 30842923 bytes)
5.25/5.41	c 5	7740 (50%) CSP clauses are encoded (1681443 clauses, 36800933 bytes)
5.74/5.97	c 6	9288 (60%) CSP clauses are encoded (1955088 clauses, 43116905 bytes)
6.44/6.62	c 7	10836 (70%) CSP clauses are encoded (2264493 clauses, 50298913 bytes)
7.11/7.32	c 7	12384 (80%) CSP clauses are encoded (2611026 clauses, 58655032 bytes)
7.70/7.90	c 8	13932 (90%) CSP clauses are encoded (2899739 clauses, 65534651 bytes)
8.49/8.75	c 9	15480 (100%) CSP clauses are encoded (3343683 clauses, 75734652 bytes)
8.49/8.75	c 9	15480 CSP clauses encoded
8.49/8.75	c 9	Writing map file : HOME/temp.map
8.49/8.76	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.49/8.76	c 9	SAT : 248820 SAT variables, 3343683 SAT clauses, 75734652 bytes
8.49/8.76	c 9	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.49/8.80	c 9	SOLVING HOME/temp.cnf
8.49/8.80	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.58/8.80	c 9	This is MiniSat 2.0 beta
8.58/8.80	c 9	WARNING: for repeatability, setting FPU to use double precision
8.58/8.80	c 9	============================[ Problem Statistics ]=============================
8.58/8.80	c 9	|                                                                             |
8.58/8.81	c 9	|  Number of variables:  248820                                               |
8.58/8.81	c 9	|  Number of clauses:    3343683                                              |
10.52/10.89	c 11	|  Parsing time:         1.69         s                                       |
10.72/11.01	c 11	============================[ Search Statistics ]==============================
10.72/11.01	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.72/11.01	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.72/11.01	c 11	===============================================================================
10.72/11.01	c 11	|         0 |  247236  3342099  9439275 |  1114033        0    nan |  0.000 % |
13.29/13.61	c 14	|       101 |  247236  3342099  9439275 |  1225436      100     39 |  0.642 % |
16.46/16.86	c 17	|       251 |  247236  3342099  9439275 |  1347979      249     28 |  0.651 % |
21.01/21.41	c 21	|       478 |  247236  3342099  9439275 |  1482777      474     20 |  0.661 % |
25.27/25.71	c 26	|       816 |  247174  3341190  9436766 |  1631055      809     16 |  0.691 % |
30.52/31.01	c 31	|      1322 |  247099  3340118  9433809 |  1794161     1314     15 |  0.692 % |
42.63/43.28	c 43	|      2081 |  247099  3340118  9433809 |  1973577     2071     17 |  0.701 % |
60.93/61.58	c 62	|      3220 |  247054  3339447  9431946 |  2170935     3209     21 |  0.710 % |
86.81/87.41	c 87	|      4928 |  247027  3339003  9430706 |  2388028     4913     19 |  0.741 % |
132.29/132.98	c 133	|      7491 |  246936  3337782  9427345 |  2626831     7474     19 |  0.757 % |
188.15/188.88	c 189	|     11336 |  246894  3337125  9425482 |  2889514    11315     21 |  0.774 % |
278.82/279.52	c 280	|     17102 |  246832  3336244  9423040 |  3178466    17074     20 |  0.799 % |
426.26/427.02	c 427	|     25751 |  246712  3334784  9419056 |  3496312    25708     20 |  0.847 % |
611.58/612.47	c 613	|     38725 |  246617  3333510  9415495 |  3845944    38671     23 |  0.885 % |
941.64/942.65	c 943	|     58187 |  246362  3330105  9406046 |  4230538    58105     22 |  0.988 % |
1263.91/1265.05	c 1265	===============================================================================
1263.91/1265.07	c 1265	restarts              : 15
1263.91/1265.07	c 1265	conflicts             : 79641          (63 /sec)
1263.91/1265.07	c 1265	decisions             : 161744         (0.90 % random) (129 /sec)
1263.91/1265.07	c 1265	propagations          : 1502867499     (1197636 /sec)
1263.91/1265.07	c 1265	conflict literals     : 1810340        (28.31 % deleted)
1263.91/1265.07	c 1265	Memory used           : 169.16 MB
1263.91/1265.07	c 1265	CPU time              : 1254.86 s
1263.91/1265.07	c 1265	
1264.00/1265.17	c 1265	SATISFIABLE
1264.00/1265.20	c 1265	DECODING HOME/temp.out WITH HOME/temp.map
1264.00/1265.20	c 1265	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'
1264.11/1265.28	c 1265	Decoding HOME/temp.out
1264.11/1265.60	s SATISFIABLE
1264.11/1265.62	v 6 5 100 101 167 166 182 183 478 477 504 505 520 521 586 585 669 668 679 680 729 728 890 889 1003 1002 1100 1099 1226 1225 178 177 338 339 370 371 616 617 668 667 735 736 814 813 823 822 830 831 922 923 1002 1001 1020 1021 1074 1073 1126 1127 1276 1275 265 266 270 271 353 354 449 450 536 535 691 690 794 793 815 816 822 821 876 877 945 944 1027 1028 1048 1047 1087 1088 1196 1197 101 100 219 220 243 242 274 273 326 325 379 380 474 473 532 533 674 673 707 706 919 920 950 949 1006 1007 1034 1033 1203 1204 0 1 79 78 102 103 124 125 252 253 289 290 319 320 484 485 659 660 739 738 878 877 1075 1074 1117 1118 1170 1171 1213 1212 71 72 150 151 212 211 300 301 371 370 387 388 419 418 547 548 631 630 709 710 834 835 914 915 1094 1129 1229 1230 1279 1278 40 41 59 58 135 134 266 265 327 328 621 622 690 689 746 745 800 801 886 885 959 960 1003 1002 1062 1063 1154 1155 1242 1243 142 141 174 175 227 226 236 237 302 303 836 837 872 871 971 972 1046 1045 1053 1052 1115 1116 1123 1122 1239 1238 1244 1245 1302 1301 9 10 95 96 126 125 222 223 314 313 327 328 415 414 497 498 581 580 663 664 821 822 907 908 916 915 983 982 1072 1071 0 1 14 13 74 73 104 105 165 164 206 207 224 223 290 291 380 379 459 458 548 549 739 961 1108 1109 1191 1192 1198 1199 4 5 155 108 222 221 238 237 247 246 364 363 445 444 534 535 584 583 617 616 645 646 736 735 861 860 880 1156 1202 1203 36 37 84 83 128 127 203 204 222 223 282 283 286 285 424 423 459 458 487 488 548 547 618 617 848 849 1059 1058 1222 1221 6 5 102 103 185 184 299 298 380 379 411 412 454 453 540 539 617 618 720 719 829 830 968 969 1093 1092 1168 1169 1265 1264 34 33 62 63 95 94 146 147 229 230 304 305 394 395 491 492 785 784 849 848 868 867 885 886 916 915 1194 1195 1273 1274 460 461 518 517 538 537 587 586 626 625 663 664 725 726 798 799 900 901 906 905 920 921 933 932 1107 1108 1191 1190 1212 1211
1264.11/1265.63	c 1266	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1264.11/1265.68	c 1266	CPU 1264.55 (0.06 0.02 1263.12 1.35)
1264.11/1265.68	c 1266	END Sun Jul 12 06:53:21 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-2081543-1247373135/watcher-2081543-1247373135 -o /tmp/evaluation-result-2081543-1247373135/solver-2081543-1247373135 -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-2081543-1247373135.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.00 2.00 2.00 4/74 23787
/proc/meminfo: memFree=644560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=4708 CPUtime=0
/proc/23787/stat : 23787 (sugar) R 23785 23787 20092 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 24379829 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 269025867913 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 1177 40 31 3 0 8 0

[startup+0.0871861 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23787
/proc/meminfo: memFree=644560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.06
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101203 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23787
/proc/meminfo: memFree=644560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.06
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301223 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23787
/proc/meminfo: memFree=644560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.06
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701291 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23787
/proc/meminfo: memFree=644560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.06
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23809
/proc/meminfo: memFree=636088/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.78
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1309 7702 0 1 5 1 66 6 15 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
[pid=23800] ppid=23787 vsize=5356 CPUtime=0
/proc/23800/stat : 23800 (sh) S 23787 23787 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24379913 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23800/statm: 1339 233 193 169 0 50 0
[pid=23801] ppid=23800 vsize=868628 CPUtime=0.61
/proc/23801/stat : 23801 (java) S 23800 23787 20092 0 -1 0 7110 0 1 0 56 5 0 0 18 0 9 0 24379913 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23801/statm: 217157 6362 2565 9 0 211662 0
[pid=23801/tid=23802] ppid=23800 vsize=868628 CPUtime=0.34
/proc/23801/task/23802/stat : 23802 (java) R 23800 23787 20092 0 -1 64 2667 0 1 0 33 1 0 0 19 0 9 0 24379914 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23803] ppid=23800 vsize=868628 CPUtime=0.08
/proc/23801/task/23803/stat : 23803 (java) R 23800 23787 20092 0 -1 64 2283 0 0 0 7 1 0 0 16 0 9 0 24379918 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 102768168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23804] ppid=23800 vsize=868628 CPUtime=0
/proc/23801/task/23804/stat : 23804 (java) S 23800 23787 20092 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24379918 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23805] ppid=23800 vsize=868628 CPUtime=0
/proc/23801/task/23805/stat : 23805 (java) S 23800 23787 20092 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24379918 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23806] ppid=23800 vsize=868628 CPUtime=0
/proc/23801/task/23806/stat : 23806 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24379920 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23807] ppid=23800 vsize=868628 CPUtime=0.15
/proc/23801/task/23807/stat : 23807 (java) S 23800 23787 20092 0 -1 64 1466 0 0 0 14 1 0 0 16 0 9 0 24379920 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23808] ppid=23800 vsize=868628 CPUtime=0
/proc/23801/task/23808/stat : 23808 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24379920 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23809] ppid=23800 vsize=868628 CPUtime=0
/proc/23801/task/23809/stat : 23809 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24379920 889475072 6362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890852

[startup+3.10167 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23809
/proc/meminfo: memFree=620216/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.79
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1310 7702 0 1 6 1 66 6 15 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
[pid=23800] ppid=23787 vsize=5356 CPUtime=0
/proc/23800/stat : 23800 (sh) S 23787 23787 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24379913 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23800/statm: 1339 233 193 169 0 50 0
[pid=23801] ppid=23800 vsize=868676 CPUtime=2.19
/proc/23801/stat : 23801 (java) S 23800 23787 20092 0 -1 0 8626 0 1 0 204 15 0 0 18 0 9 0 24379913 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23801/statm: 217169 7500 2590 9 0 211646 0
[pid=23801/tid=23802] ppid=23800 vsize=868676 CPUtime=1.61
/proc/23801/task/23802/stat : 23802 (java) R 23800 23787 20092 0 -1 64 3058 0 1 0 152 9 0 0 25 0 9 0 24379914 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4126910778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23803] ppid=23800 vsize=868676 CPUtime=0.35
/proc/23801/task/23803/stat : 23803 (java) S 23800 23787 20092 0 -1 64 3371 0 0 0 32 3 0 0 16 0 9 0 24379918 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23804] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23804/stat : 23804 (java) S 23800 23787 20092 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24379918 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23805] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23805/stat : 23805 (java) S 23800 23787 20092 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24379918 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23806] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23806/stat : 23806 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24379920 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23807] ppid=23800 vsize=868676 CPUtime=0.21
/proc/23801/task/23807/stat : 23807 (java) S 23800 23787 20092 0 -1 64 1498 0 0 0 20 1 0 0 16 0 9 0 24379920 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23808] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23808/stat : 23808 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24379920 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23809] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23809/stat : 23809 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24379920 889524224 7500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890900

[startup+6.30218 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23809
/proc/meminfo: memFree=583160/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=0.79
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1310 7702 0 1 6 1 66 6 15 0 1 0 24379829 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1111 409 3 0 796 0
[pid=23800] ppid=23787 vsize=5356 CPUtime=0
/proc/23800/stat : 23800 (sh) S 23787 23787 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24379913 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23800/statm: 1339 233 193 169 0 50 0
[pid=23801] ppid=23800 vsize=868676 CPUtime=5.35
/proc/23801/stat : 23801 (java) S 23800 23787 20092 0 -1 0 9510 0 1 0 493 42 0 0 18 0 9 0 24379913 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23801/statm: 217169 7513 2590 9 0 211646 0
[pid=23801/tid=23802] ppid=23800 vsize=868676 CPUtime=4.5
/proc/23801/task/23802/stat : 23802 (java) R 23800 23787 20092 0 -1 64 3929 0 1 0 420 30 0 0 25 0 9 0 24379914 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4126536529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23803] ppid=23800 vsize=868676 CPUtime=0.59
/proc/23801/task/23803/stat : 23803 (java) S 23800 23787 20092 0 -1 64 3371 0 0 0 51 8 0 0 16 0 9 0 24379918 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23804] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23804/stat : 23804 (java) S 23800 23787 20092 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24379918 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23805] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23805/stat : 23805 (java) S 23800 23787 20092 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24379918 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23806] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23806/stat : 23806 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24379920 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23807] ppid=23800 vsize=868676 CPUtime=0.22
/proc/23801/task/23807/stat : 23807 (java) S 23800 23787 20092 0 -1 64 1511 0 0 0 21 1 0 0 16 0 9 0 24379920 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23808] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23808/stat : 23808 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24379920 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23801/tid=23809] ppid=23800 vsize=868676 CPUtime=0
/proc/23801/task/23809/stat : 23809 (java) S 23800 23787 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24379920 889524224 7513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890900

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=412728/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.58
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 1 777 74 15 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=156740 CPUtime=3.82
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 37881 0 0 0 345 37 0 0 25 0 1 0 24380710 160501760 37867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23811/statm: 39185 37867 72 150 0 39032 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 178964

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=407160/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.58
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 1 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=161896 CPUtime=16.49
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 39117 0 0 0 1610 39 0 0 25 0 1 0 24380710 165781504 39103 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 1 0 0
/proc/23811/statm: 40474 39103 75 150 0 40321 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 184120

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23852
/proc/meminfo: memFree=1346104/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.58
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 1 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=162952 CPUtime=41.95
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 39366 0 0 0 4154 41 0 0 25 0 1 0 24380710 166862848 39352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 40738 39352 75 150 0 40585 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 185176

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 23853
/proc/meminfo: memFree=967728/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.58
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 1 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0

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


[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23904
/proc/meminfo: memFree=960760/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=170076 CPUtime=932.75
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41154 0 0 0 93223 52 0 0 25 0 1 0 24380710 174157824 41140 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 42519 41140 75 150 0 42366 0
Current children cumulated CPU time (s) 941.34
Current children cumulated vsize (KiB) 192300

[startup+1002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 23904
/proc/meminfo: memFree=959928/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=170724 CPUtime=992.73
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41291 0 0 0 99221 52 0 0 25 0 1 0 24380710 174821376 41277 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 42681 41277 75 150 0 42528 0
Current children cumulated CPU time (s) 1001.32
Current children cumulated vsize (KiB) 192948

[startup+1062.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 23904
/proc/meminfo: memFree=959032/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=171252 CPUtime=1052.69
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41433 0 0 0 105217 52 0 0 25 0 1 0 24380710 175362048 41419 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 42813 41419 75 150 0 42660 0
Current children cumulated CPU time (s) 1061.28
Current children cumulated vsize (KiB) 193476

[startup+1122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/77 23906
/proc/meminfo: memFree=958264/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=171780 CPUtime=1112.68
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41555 0 0 0 111215 53 0 0 25 0 1 0 24380710 175902720 41541 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 42945 41541 75 150 0 42792 0
Current children cumulated CPU time (s) 1121.27
Current children cumulated vsize (KiB) 194004

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 23906
/proc/meminfo: memFree=957560/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172312 CPUtime=1172.65
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41685 0 0 0 117212 53 0 0 25 0 1 0 24380710 176447488 41671 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43078 41671 75 150 0 42925 0
Current children cumulated CPU time (s) 1181.24
Current children cumulated vsize (KiB) 194536

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 23906
/proc/meminfo: memFree=956728/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172708 CPUtime=1232.62
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41809 0 0 0 123209 53 0 0 25 0 1 0 24380710 176852992 41795 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43177 41795 75 150 0 43024 0
Current children cumulated CPU time (s) 1241.21
Current children cumulated vsize (KiB) 194932

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

[startup+1254.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 23906
/proc/meminfo: memFree=956536/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172840 CPUtime=1244.61
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41840 0 0 0 124408 53 0 0 25 0 1 0 24380710 176988160 41826 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43210 41826 75 150 0 43057 0
Current children cumulated CPU time (s) 1253.2
Current children cumulated vsize (KiB) 195064

[startup+1260.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 23906
/proc/meminfo: memFree=956408/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172972 CPUtime=1251.01
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41853 0 0 0 125048 53 0 0 25 0 1 0 24380710 177123328 41839 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43243 41839 75 150 0 43090 0
Current children cumulated CPU time (s) 1259.6
Current children cumulated vsize (KiB) 195196

[startup+1263.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 23906
/proc/meminfo: memFree=956408/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172972 CPUtime=1254.22
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41860 0 0 0 125369 53 0 0 25 0 1 0 24380710 177123328 41846 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43243 41846 75 150 0 43090 0
Current children cumulated CPU time (s) 1262.81
Current children cumulated vsize (KiB) 195196

[startup+1264.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 23906
/proc/meminfo: memFree=956408/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=8.59
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1376 18204 0 2 6 2 777 74 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
[pid=23810] ppid=23787 vsize=5356 CPUtime=0
/proc/23810/stat : 23810 (sh) S 23787 23787 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24380709 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23810/statm: 1339 232 193 169 0 50 0
[pid=23811] ppid=23810 vsize=172972 CPUtime=1255.01
/proc/23811/stat : 23811 (minisat) R 23810 23787 20092 0 -1 4194304 41861 0 0 0 125448 53 0 0 25 0 1 0 24380710 177123328 41847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23811/statm: 43243 41847 75 150 0 43090 0
Current children cumulated CPU time (s) 1263.6
Current children cumulated vsize (KiB) 195196

[startup+1265.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 23906
/proc/meminfo: memFree=956408/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=1264.11
/proc/23787/stat : 23787 (sugar) S 23785 23787 20092 0 -1 4194304 1448 60431 0 2 6 2 126272 131 16 0 1 0 24379829 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23787/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1264.11
Current children cumulated vsize (KiB) 16868

[startup+1265.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 23906
/proc/meminfo: memFree=956408/2055920 swapFree=4192812/4192956
[pid=23787] ppid=23785 vsize=16868 CPUtime=1264.57
/proc/23787/stat : 23787 (sugar) R 23785 23787 20092 0 -1 4194304 1478 64349 0 3 6 4 126312 135 16 0 1 0 24379829 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23787/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1264.57
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1265.72
CPU time (s): 1264.6
CPU user time (s): 1263.19
CPU system time (s): 1.41379
CPU usage (%): 99.912
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1263.19
system time used= 1.41378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65887
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= 19743
involuntary context switches= 24848

runsolver used 1.51577 second user time and 4.26135 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 06:32:15
IDJOB=2081543
IDBENCH=57424
IDSOLVER=739
FILE ID=node26/2081543-1247373135
PBS_JOBID= 9507081
Free space on /tmp= 66128 MiB

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

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

MD5SUM BENCH= 711195861ae8d6ea60c538674c25157e
RANDOM SEED=398048510

node26.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.281
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.281
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:        644976 kB
Buffers:         49532 kB
Cached:         555940 kB
SwapCached:          0 kB
Active:        1148448 kB
Inactive:       179260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        644976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         733540 kB
Slab:            67188 kB
Committed_AS:   868268 kB
PageTables:       3252 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= 66236 MiB
End job on node26 at 2009-07-12 06:53:21