Trace number 2076494

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 56.4344 974.378

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-3.xml
MD5SUMb03ce6bb41b3c7eeec8edd1190e4268e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.06092
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1310
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.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 03:41:38 2009
0.00/0.07	c 0	PID 19003
0.00/0.07	c 0	HOST node90.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2076494-1247362898.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076494-1247362898.xml' 'HOME/temp.csp'
0.97/1.04	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.97/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.08	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'
1.01/1.16	c 1	Parsing HOME/temp.csp
1.01/1.31	c 2	parsed 8401 expressions
1.01/1.32	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.32	c 2	Converting to clausal form CSP
1.01/1.37	c 2	converted 841 (10%) expressions
1.01/1.60	c 2	converted 1681 (20%) expressions
1.01/1.63	c 2	converted 2521 (30%) expressions
1.01/1.66	c 2	converted 3361 (40%) expressions
1.01/1.69	c 2	converted 4201 (50%) expressions
1.01/1.72	c 2	converted 5041 (60%) expressions
1.01/1.80	c 2	converted 5881 (70%) expressions
1.01/1.83	c 2	converted 6721 (80%) expressions
1.01/1.86	c 2	converted 7561 (90%) expressions
1.01/1.89	c 2	converted 8401 (100%) expressions
1.01/1.89	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.01/1.89	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.89	c 2	Propagation in CSP
1.01/1.93	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.93	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1310
1.01/1.93	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.94	c 2	Simplifing CSP by introducing new Boolean variables
2.16/2.41	c 3	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1310
2.16/2.41	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.73/3.02	c 3	40 (10%) CSP integer variables are encoded (50254 clauses, 731680 bytes)
2.73/3.08	c 3	80 (20%) CSP integer variables are encoded (100454 clauses, 1485749 bytes)
2.83/3.14	c 3	120 (30%) CSP integer variables are encoded (150782 clauses, 2341325 bytes)
2.94/3.20	c 4	160 (40%) CSP integer variables are encoded (201081 clauses, 3196408 bytes)
2.94/3.26	c 4	200 (50%) CSP integer variables are encoded (251311 clauses, 4050318 bytes)
3.04/3.32	c 4	240 (60%) CSP integer variables are encoded (301754 clauses, 4907849 bytes)
3.04/3.38	c 4	280 (70%) CSP integer variables are encoded (352027 clauses, 5762490 bytes)
3.14/3.45	c 4	320 (80%) CSP integer variables are encoded (402288 clauses, 6616927 bytes)
3.24/3.51	c 4	360 (90%) CSP integer variables are encoded (452676 clauses, 7473523 bytes)
3.24/3.57	c 4	400 (100%) CSP integer variables are encoded (502996 clauses, 8328963 bytes)
6.65/7.28	c 8	2280 (10%) CSP clauses are encoded (2335870 clauses, 50614433 bytes)
9.86/10.59	c 11	4560 (20%) CSP clauses are encoded (4173228 clauses, 93939802 bytes)
13.14/13.88	c 14	6840 (30%) CSP clauses are encoded (6011008 clauses, 137840140 bytes)
16.93/23.94	c 24	9120 (40%) CSP clauses are encoded (7845002 clauses, 183660350 bytes)
20.30/27.31	c 28	11400 (50%) CSP clauses are encoded (9686992 clauses, 229680460 bytes)
23.63/30.72	c 31	13680 (60%) CSP clauses are encoded (11525670 clauses, 275617770 bytes)
27.04/55.34	c 56	15960 (70%) CSP clauses are encoded (13366150 clauses, 321600130 bytes)
30.41/58.75	c 59	18240 (80%) CSP clauses are encoded (15208858 clauses, 367638190 bytes)
33.80/62.13	c 62	20520 (90%) CSP clauses are encoded (17042202 clauses, 413442150 bytes)
37.35/75.72	c 76	22800 (100%) CSP clauses are encoded (18887092 clauses, 459534760 bytes)
37.35/75.72	c 76	22800 CSP clauses encoded
37.35/75.72	c 76	Writing map file : HOME/temp.map
37.35/75.74	c 76	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.35/75.74	c 76	SAT : 518596 SAT variables, 18887092 SAT clauses, 459534760 bytes
37.35/75.74	c 76	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.35/75.77	c 76	SOLVING HOME/temp.cnf
37.35/75.77	c 76	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.35/75.78	c 76	This is MiniSat 2.0 beta
37.35/75.78	c 76	WARNING: for repeatability, setting FPU to use double precision
37.35/75.78	c 76	============================[ Problem Statistics ]=============================
37.35/75.78	c 76	|                                                                             |
37.35/75.78	c 76	|  Number of variables:  518596                                               |
37.35/75.78	c 76	|  Number of clauses:    18887092                                             |
48.32/86.75	c 87	|  Parsing time:         9.56         s                                       |
48.81/87.20	c 88	============================[ Search Statistics ]==============================
48.81/87.20	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.81/87.20	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.81/87.20	c 88	===============================================================================
48.81/87.20	c 88	|         0 |  518596 18887092 56120280 |  6295697        0    nan |  0.000 % |
51.11/89.53	c 90	|       100 |  518596 18887092 56120280 |  6925267      100     22 |  0.000 % |
53.43/91.85	c 92	===============================================================================
53.43/91.88	c 92	restarts              : 2
53.43/91.88	c 92	conflicts             : 180            (12 /sec)
53.43/91.88	c 92	decisions             : 3655           (1.12 % random) (250 /sec)
53.43/91.88	c 92	propagations          : 1721588        (117911 /sec)
53.43/91.88	c 92	conflict literals     : 3032           (6.04 % deleted)
53.43/91.88	c 92	Memory used           : 814.75 MB
53.43/91.88	c 92	CPU time              : 14.6008 s
53.43/91.88	c 92	
54.05/892.03	c 892	SATISFIABLE
54.14/892.15	c 892	DECODING HOME/temp.out WITH HOME/temp.map
54.14/892.15	c 892	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'
54.22/892.23	c 893	Decoding HOME/temp.out
54.22/892.79	s SATISFIABLE
54.85/892.82	v 1258 712 860 570 0 123 495 934 472 26 141 782 1016 1070 4 81 1190 272 192 369 188 413 921 1016 605 872 111 6 180 631 15 1221 1143 31 752 127 511 326 820 32 7 41 430 3 219 62 174 948 689 354 1134 510 794 1038 13 888 131 33 595 1227 820 973 608 1145 164 0 683 184 1244 883 337 441 5 9 454 1034 193 68 84 1102 466 139 711 1101 144 285 693 637 1234 270 532 353 2 398 258 737 983 79 162 858 606 1152 933 762 532 455 819 1 33 65 259 389 359 1296 142 219 57 894 699 1096 661 1161 495 990 425 451 1285 1146 720 895 280 350 1177 784 709 1294 1085 743 188 1298 873 998 592 639 1245 356 981 875 1175 450 784 457 74 499 213 834 725 291 1092 125 119 284 489 605 148 889 1014 49 535 204 952 1160 641 381 1102 74 47 59 1195 768 275 718 691 1219 919 444 1181 601 522 633 545 339 1006 878 784 170 1094 99 6 0 894 727 320 994 1161 1077 382 1202 202 860 1029 175 814 691 1225 1270 716 592 239 52 1172 640 1251 893 781 1081 549 1010 337 177 995 264 913 129 1148 160 10 57 13 67 783 1202 1143 858 1297 1223 848 1072 895 833 286 535 347 39 99 20 137 572 222 974 217 760 1049 962 567 27 426 44 583 649 887 93 335 141 144 1272 712 1099 1223 471 1070 548 1155 1269 1034 914 938 460 740 803 622 40 662 446 2 74 886 303 529 14 1141 1034 1250 1054 703 807 841 612 1179 1091 533 950 277 3 345 15 96 190 393 449 1139 669 861 55 420 460 582 385 1027 914 1302 1004 270 999 742 155 506 859 151 193 494 805 635 718 1286 129 1227 1124 0 282 358 85 568 415 721 138 6 47 217 413 1275 1179 1059 1200 956 718 188 0 37 41 819 129 637 282 163 55 541 396 474 1100 252 756 136 403 525 986 449 862 558 527 857 874 803 1244 1087 645 1117 1178 1009 99
54.85/892.83	c 893	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
54.85/892.84	c 893	CPU 54.88 (0.06 0.01 49.48 5.33)
54.85/892.84	c 893	END Sun Jul 12 03:56:31 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-2076494-1247362898/watcher-2076494-1247362898 -o /tmp/evaluation-result-2076494-1247362898/solver-2076494-1247362898 -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-2076494-1247362898.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.17 2.13 2.05 4/82 19003
/proc/meminfo: memFree=1419836/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=12272 CPUtime=0
/proc/19003/stat : 19003 (sugar) R 19001 19003 16451 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 23354496 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/19003/statm: 3068 327 246 3 0 168 0

[startup+0.011167 s]
/proc/loadavg: 2.17 2.13 2.05 4/82 19003
/proc/meminfo: memFree=1419836/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=12412 CPUtime=0
/proc/19003/stat : 19003 (sugar) R 19001 19003 16451 0 -1 4194304 445 0 0 0 0 0 0 0 18 0 1 0 23354496 12709888 413 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/19003/statm: 3103 413 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101217 s]
/proc/loadavg: 2.17 2.13 2.05 4/82 19003
/proc/meminfo: memFree=1419836/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=0.06
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301196 s]
/proc/loadavg: 2.17 2.13 2.05 4/82 19003
/proc/meminfo: memFree=1419836/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=0.06
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701244 s]
/proc/loadavg: 2.17 2.13 2.05 4/82 19003
/proc/meminfo: memFree=1419836/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=0.06
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50133 s]
/proc/loadavg: 2.17 2.13 2.05 3/93 19015
/proc/meminfo: memFree=1398052/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1309 8428 0 1 5 1 91 4 15 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10235 s]
/proc/loadavg: 2.16 2.13 2.05 4/93 19025
/proc/meminfo: memFree=1392612/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1310 8428 0 1 5 1 91 4 15 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
[pid=19016] ppid=19003 vsize=5356 CPUtime=0
/proc/19016/stat : 19016 (sh) S 19003 19003 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23354605 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19016/statm: 1339 233 193 169 0 50 0
[pid=19017] ppid=19016 vsize=868688 CPUtime=1.82
/proc/19017/stat : 19017 (java) S 19016 19003 16451 0 -1 0 9691 0 1 0 176 6 0 0 18 0 9 0 23354605 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19017/statm: 217172 8792 2590 9 0 211649 0
[pid=19017/tid=19018] ppid=19016 vsize=868688 CPUtime=0.68
/proc/19017/task/19018/stat : 19018 (java) R 19016 19003 16451 0 -1 64 2894 0 1 0 66 2 0 0 17 0 9 0 23354606 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19019] ppid=19016 vsize=868688 CPUtime=0.95
/proc/19017/task/19019/stat : 19019 (java) R 19016 19003 16451 0 -1 64 4584 0 0 0 93 2 0 0 20 0 9 0 23354607 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19020] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19020/stat : 19020 (java) S 19016 19003 16451 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19021] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19021/stat : 19021 (java) S 19016 19003 16451 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19022] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19022/stat : 19022 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23354609 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19023] ppid=19016 vsize=868688 CPUtime=0.16
/proc/19017/task/19023/stat : 19023 (java) S 19016 19003 16451 0 -1 64 1514 0 0 0 16 0 0 0 16 0 9 0 23354609 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19024] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19024/stat : 19024 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23354609 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19025] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19025/stat : 19025 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23354609 889536512 8792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 890912

[startup+6.30168 s]
/proc/loadavg: 2.16 2.13 2.05 3/93 19025
/proc/meminfo: memFree=1359588/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1310 8428 0 1 5 1 91 4 15 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
[pid=19016] ppid=19003 vsize=5356 CPUtime=0
/proc/19016/stat : 19016 (sh) S 19003 19003 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23354605 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19016/statm: 1339 233 193 169 0 50 0
[pid=19017] ppid=19016 vsize=868688 CPUtime=5.02
/proc/19017/stat : 19017 (java) S 19016 19003 16451 0 -1 0 10344 0 1 0 466 36 0 0 18 0 9 0 23354605 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19017/statm: 217172 8809 2590 9 0 211649 0
[pid=19017/tid=19018] ppid=19016 vsize=868688 CPUtime=3.6
/proc/19017/task/19018/stat : 19018 (java) R 19016 19003 16451 0 -1 64 3531 0 1 0 334 26 0 0 25 0 9 0 23354606 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19019] ppid=19016 vsize=868688 CPUtime=1.17
/proc/19017/task/19019/stat : 19019 (java) S 19016 19003 16451 0 -1 64 4584 0 0 0 110 7 0 0 16 0 9 0 23354607 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19020] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19020/stat : 19020 (java) S 19016 19003 16451 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19021] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19021/stat : 19021 (java) S 19016 19003 16451 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19022] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19022/stat : 19022 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23354609 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19023] ppid=19016 vsize=868688 CPUtime=0.21
/proc/19017/task/19023/stat : 19023 (java) S 19016 19003 16451 0 -1 64 1530 0 0 0 21 0 0 0 15 0 9 0 23354609 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19024] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19024/stat : 19024 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23354609 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19025] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19025/stat : 19025 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23354609 889536512 8809 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890912

[startup+12.7015 s]
/proc/loadavg: 2.28 2.16 2.06 3/93 19025
/proc/meminfo: memFree=1274980/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1310 8428 0 1 5 1 91 4 16 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
[pid=19016] ppid=19003 vsize=5356 CPUtime=0
/proc/19016/stat : 19016 (sh) S 19003 19003 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23354605 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19016/statm: 1339 233 193 169 0 50 0
[pid=19017] ppid=19016 vsize=868688 CPUtime=11.03
/proc/19017/stat : 19017 (java) S 19016 19003 16451 0 -1 0 11601 0 1 0 1014 89 0 0 18 0 9 0 23354605 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19017/statm: 217172 8811 2590 9 0 211649 0
[pid=19017/tid=19018] ppid=19016 vsize=868688 CPUtime=9.25
/proc/19017/task/19018/stat : 19018 (java) R 19016 19003 16451 0 -1 64 4786 0 1 0 851 74 0 0 25 0 9 0 23354606 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4126453792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19019] ppid=19016 vsize=868688 CPUtime=1.54
/proc/19017/task/19019/stat : 19019 (java) S 19016 19003 16451 0 -1 64 4584 0 0 0 141 13 0 0 16 0 9 0 23354607 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19020] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19020/stat : 19020 (java) S 19016 19003 16451 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19021] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19021/stat : 19021 (java) S 19016 19003 16451 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19022] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19022/stat : 19022 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23354609 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19023] ppid=19016 vsize=868688 CPUtime=0.22
/proc/19017/task/19023/stat : 19023 (java) S 19016 19003 16451 0 -1 64 1532 0 0 0 21 1 0 0 17 0 9 0 23354609 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19024] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19024/stat : 19024 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23354609 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19025] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19025/stat : 19025 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23354609 889536512 8811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 890912

[startup+25.5028 s]
/proc/loadavg: 2.47 2.20 2.07 5/93 19025
/proc/meminfo: memFree=1185636/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1310 8428 0 1 5 1 91 4 16 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
[pid=19016] ppid=19003 vsize=5356 CPUtime=0
/proc/19016/stat : 19016 (sh) S 19003 19003 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23354605 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19016/statm: 1339 233 193 169 0 50 0
[pid=19017] ppid=19016 vsize=868688 CPUtime=17.52
/proc/19017/stat : 19017 (java) S 19016 19003 16451 0 -1 0 12886 0 1 0 1605 147 0 0 18 0 9 0 23354605 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19017/statm: 217172 8819 2590 9 0 211649 0
[pid=19017/tid=19018] ppid=19016 vsize=868688 CPUtime=15.3
/proc/19017/task/19018/stat : 19018 (java) R 19016 19003 16451 0 -1 64 6063 0 1 0 1406 124 0 0 25 0 9 0 23354606 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4126980148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19019] ppid=19016 vsize=868688 CPUtime=1.95
/proc/19017/task/19019/stat : 19019 (java) S 19016 19003 16451 0 -1 64 4584 0 0 0 175 20 0 0 16 0 9 0 23354607 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19020] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19020/stat : 19020 (java) S 19016 19003 16451 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19021] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19021/stat : 19021 (java) S 19016 19003 16451 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23354607 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19022] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19022/stat : 19022 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23354609 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19023] ppid=19016 vsize=868688 CPUtime=0.23
/proc/19017/task/19023/stat : 19023 (java) S 19016 19003 16451 0 -1 64 1540 0 0 0 22 1 0 0 16 0 9 0 23354609 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19024] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19024/stat : 19024 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23354609 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19017/tid=19025] ppid=19016 vsize=868688 CPUtime=0
/proc/19017/task/19025/stat : 19025 (java) S 19016 19003 16451 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23354609 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.53
Current children cumulated vsize (KiB) 890912
heavy processes:

[startup+51.1023 s]
/proc/loadavg: 3.15 2.38 2.13 2/93 19025
/proc/meminfo: memFree=1069028/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=1.01
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1310 8428 0 1 5 1 91 4 16 0 1 0 23354496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1111 409 3 0 796 0
[pid=19016] ppid=19003 vsize=5356 CPUtime=0
/proc/19016/stat : 19016 (sh) S 19003 19003 16451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23354605 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19016/statm: 1339 233 193 169 0 50 0
[pid=19017] ppid=19016 vsize=868688 CPUtime=25.43
/proc/19017/stat : 19017 (java) S 19016 19003 16451 0 -1 0 14554 0 1 0 2321 222 0 0 18 0 9 0 23354605 889536512 8819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+582.302 s]
/proc/loadavg: 4.76 4.34 3.29 2/88 19072
/proc/meminfo: memFree=528732/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.39
/proc/19030/stat : 19030 (minisat) D 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 170 0 0 24 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 18446744071563608069 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+642.303 s]
/proc/loadavg: 4.59 4.37 3.36 2/88 19072
/proc/meminfo: memFree=530012/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.39
/proc/19030/stat : 19030 (minisat) D 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 170 0 0 24 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 18446744071563608069 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+702.312 s]
/proc/loadavg: 4.63 4.42 3.44 2/88 19074
/proc/meminfo: memFree=531292/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.39
/proc/19030/stat : 19030 (minisat) D 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 170 0 0 24 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 18446744071563608069 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+762.306 s]
/proc/loadavg: 4.54 4.44 3.51 1/86 19074
/proc/meminfo: memFree=531116/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.39
/proc/19030/stat : 19030 (minisat) D 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 170 0 0 24 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 18446744071563608069 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+822.301 s]
/proc/loadavg: 4.17 4.35 3.54 2/84 19074
/proc/meminfo: memFree=532348/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.39
/proc/19030/stat : 19030 (minisat) D 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 170 0 0 24 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 18446744071563608069 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.81
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+882.316 s]
/proc/loadavg: 4.05 4.29 3.56 2/84 19074
/proc/meminfo: memFree=533180/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=37.42
/proc/19003/stat : 19003 (sugar) S 19001 19003 16451 0 -1 4194304 1376 25514 0 2 5 1 3406 330 16 0 1 0 23354496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19003/statm: 4217 1113 409 3 0 796 0
[pid=19029] ppid=19003 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (sh) S 19003 19003 16451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23362074 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19029/statm: 1339 232 193 169 0 50 0
[pid=19030] ppid=19029 vsize=834316 CPUtime=16.41
/proc/19030/stat : 19030 (minisat) R 19029 19003 16451 0 -1 4194304 199227 0 0 0 1469 172 0 0 18 0 1 0 23362074 854339584 199212 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 1 0 0
/proc/19030/statm: 208579 199212 82 150 0 208426 0
Current children cumulated CPU time (s) 53.83
Current children cumulated vsize (KiB) 856540
heavy processes:

[startup+942.302 s]
/proc/loadavg: 3.72 4.16 3.56 2/82 19084
/proc/meminfo: memFree=1369036/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.43
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 56 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.43
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+949.001 s]
/proc/loadavg: 3.75 4.15 3.56 2/82 19084
/proc/meminfo: memFree=1373452/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.58
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 71 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.58
Current children cumulated vsize (KiB) 16868

[startup+962.102 s]
/proc/loadavg: 3.96 4.18 3.58 2/82 19084
/proc/meminfo: memFree=1379596/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.83
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 96 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.83
Current children cumulated vsize (KiB) 16868

[startup+968.501 s]
/proc/loadavg: 3.96 4.17 3.58 2/82 19084
/proc/meminfo: memFree=1382860/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.95
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 108 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.95
Current children cumulated vsize (KiB) 16868

[startup+971.702 s]
/proc/loadavg: 3.96 4.17 3.58 2/82 19084
/proc/meminfo: memFree=1382924/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.95
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 108 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.95
Current children cumulated vsize (KiB) 16868

[startup+973.302 s]
/proc/loadavg: 3.97 4.17 3.58 2/82 19084
/proc/meminfo: memFree=1382924/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=55.95
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 108 4948 533 15 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.95
Current children cumulated vsize (KiB) 16868

[startup+974.102 s]
/proc/loadavg: 3.97 4.17 3.58 4/82 19084
/proc/meminfo: memFree=1384844/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=56.23
/proc/19003/stat : 19003 (sugar) R 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 136 4948 533 16 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.23
Current children cumulated vsize (KiB) 16868

[startup+974.301 s]
/proc/loadavg: 3.97 4.17 3.58 4/82 19084
/proc/meminfo: memFree=1384844/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=16868 CPUtime=56.39
/proc/19003/stat : 19003 (sugar) D 19001 19003 16451 0 -1 4194304 1478 228943 0 3 6 152 4948 533 16 0 1 0 23354496 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/19003/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.39
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 974.378
CPU time (s): 56.4344
CPU user time (s): 49.5415
CPU system time (s): 6.89295
CPU usage (%): 5.79184
Max. virtual memory (cumulated for all children) (KiB): 890988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5415
system time used= 6.89295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230481
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= 76431
involuntary context switches= 67420

runsolver used 5.07323 second user time and 13.259 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 03:41:38
IDJOB=2076494
IDBENCH=56436
IDSOLVER=739
FILE ID=node90/2076494-1247362898
PBS_JOBID= 9506975
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-3.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-2076494-1247362898/watcher-2076494-1247362898 -o /tmp/evaluation-result-2076494-1247362898/solver-2076494-1247362898 -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-2076494-1247362898.xml

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

MD5SUM BENCH= b03ce6bb41b3c7eeec8edd1190e4268e
RANDOM SEED=1948820992

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1420252 kB
Buffers:         20552 kB
Cached:          99604 kB
SwapCached:          0 kB
Active:         525596 kB
Inactive:        59744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420252 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:         479604 kB
Slab:            34696 kB
Committed_AS:   637304 kB
PageTables:       2748 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= 66204 MiB
End job on node90 at 2009-07-12 03:57:53