Trace number 1074701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 215.867 218.531

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-1.xml
MD5SUM4cf62a1b83c7d6776b82d5fd63452e47
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.92679
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1332
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 15:50:20 2008
0.00/0.05	c 0	PID 19958
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074701-1215179420.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074701-1215179420.xml' 'HOME/temp.csp'
0.97/1.05	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.97/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.06	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.14	c 1	Parsing HOME/temp.csp
1.02/1.69	c 2	parsed 8401 expressions
1.02/1.70	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.70	c 2	Converting to clausal form CSP
1.02/1.76	c 2	converted 841 (10%) expressions
1.02/1.93	c 2	converted 1681 (20%) expressions
1.02/2.00	c 2	converted 2521 (30%) expressions
1.02/2.03	c 2	converted 3361 (40%) expressions
1.02/2.05	c 2	converted 4201 (50%) expressions
1.02/2.07	c 2	converted 5041 (60%) expressions
2.04/2.10	c 2	converted 5881 (70%) expressions
2.04/2.18	c 2	converted 6721 (80%) expressions
2.13/2.20	c 2	converted 7561 (90%) expressions
2.13/2.23	c 2	converted 8401 (100%) expressions
2.13/2.23	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1332
2.13/2.23	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.23	c 2	Propagation in CSP
2.23/2.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.23/2.31	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1332
2.23/2.31	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.32/2.48	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1332
2.32/2.48	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.52/2.65	c 3	40 (10%) CSP integer variables are encoded (51142 clauses, 745000 bytes)
2.62/2.72	c 3	80 (20%) CSP integer variables are encoded (102338 clauses, 1517775 bytes)
2.62/2.78	c 3	120 (30%) CSP integer variables are encoded (153633 clauses, 2389790 bytes)
2.71/2.85	c 3	160 (40%) CSP integer variables are encoded (204800 clauses, 3259629 bytes)
2.81/2.91	c 3	200 (50%) CSP integer variables are encoded (255956 clauses, 4129281 bytes)
2.81/2.98	c 3	240 (60%) CSP integer variables are encoded (306993 clauses, 4996910 bytes)
2.92/3.05	c 3	280 (70%) CSP integer variables are encoded (358092 clauses, 5865593 bytes)
3.01/3.12	c 3	320 (80%) CSP integer variables are encoded (409429 clauses, 6738322 bytes)
3.01/3.18	c 3	360 (90%) CSP integer variables are encoded (460456 clauses, 7605781 bytes)
3.12/3.25	c 3	400 (100%) CSP integer variables are encoded (511593 clauses, 8475110 bytes)
6.65/6.82	c 7	2280 (10%) CSP clauses are encoded (2380795 clauses, 51620106 bytes)
10.20/10.49	c 10	4560 (20%) CSP clauses are encoded (4258727 clauses, 95908371 bytes)
13.83/14.12	c 14	6840 (30%) CSP clauses are encoded (6124255 clauses, 140595675 bytes)
17.47/17.80	c 18	9120 (40%) CSP clauses are encoded (8006043 clauses, 187610735 bytes)
21.00/21.44	c 21	11400 (50%) CSP clauses are encoded (9876581 clauses, 234344545 bytes)
24.60/25.12	c 25	13680 (60%) CSP clauses are encoded (11742143 clauses, 280953955 bytes)
28.20/28.81	c 29	15960 (70%) CSP clauses are encoded (13610583 clauses, 327635315 bytes)
31.71/32.48	c 32	18240 (80%) CSP clauses are encoded (15475415 clauses, 374226475 bytes)
35.34/36.15	c 36	20520 (90%) CSP clauses are encoded (17350985 clauses, 421086085 bytes)
38.94/39.83	c 40	22800 (100%) CSP clauses are encoded (19214661 clauses, 467648345 bytes)
38.94/39.83	c 40	22800 CSP clauses encoded
38.94/39.83	c 40	Writing map file : HOME/temp.map
38.94/39.85	c 40	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.94/39.85	c 40	SAT : 527193 SAT variables, 19214661 SAT clauses, 467648345 bytes
38.94/39.85	c 40	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.94/39.90	c 40	SOLVING HOME/temp.cnf
38.94/39.90	c 40	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
214.86/217.55	c 217	DECODING HOME/temp.out WITH HOME/temp.map
214.86/217.55	c 217	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
214.92/217.63	c 218	Decoding HOME/temp.out
215.55/218.21	s SATISFIABLE
215.55/218.23	v 762 406 809 96 1195 583 685 433 1015 1130 1251 662 873 966 354 280 32 160 200 889 488 284 1144 1215 711 37 1114 634 847 592 750 993 943 423 341 370 46 127 219 108 47 810 240 1288 94 460 488 41 137 523 1107 176 708 1194 616 1006 116 909 0 190 685 1186 0 6 1007 95 787 363 599 249 523 1098 440 31 537 928 209 185 9 422 995 1301 769 194 413 350 7 624 0 39 211 687 644 1 857 22 566 27 234 295 1085 873 116 454 1247 944 769 133 817 218 355 655 594 995 81 319 1160 233 138 2 1 1039 726 1204 123 33 1103 663 624 905 291 1284 208 419 397 943 217 595 21 494 2 337 138 473 542 750 211 484 948 644 1104 807 1247 49 16 18 29 883 265 1008 154 1122 980 448 1078 909 1276 837 655 643 486 29 562 158 337 124 2 249 1195 96 542 857 30 495 1144 1226 886 182 671 346 969 296 624 158 52 210 804 1065 231 106 1156 517 945 1095 697 1046 739 0 306 1255 449 288 598 10 49 329 118 200 16 637 1247 980 932 1036 860 809 430 611 1144 306 729 338 556 248 37 512 207 1085 111 0 1169 1078 1305 1201 26 626 677 295 456 703 348 74 761 37 496 384 105 204 11 60 871 955 1182 496 1098 512 715 1007 617 408 606 626 320 764 0 185 87 273 11 338 107 1094 1003 1283 695 567 598 0 779 645 191 842 288 399 1182 10 193 324 277 422 122 0 765 494 517 919 9 708 574 403 13 182 377 263 26 87 101 295 468 849 1122 540 1283 757 287 1046 861 802 995 443 595 687 402 304 249 1186 924 9 76 155 889 826 968 652 479 0 552 592 714 751 759 391 7 62 160 224 244 249 285 354 832 889 996 1037 1047 693 1082 304 383 448 524 584 658 747 0 22 76 167 206 231 298 352 420 487 567 638 735 751 790 820 866 879 950 967 1003 1046 1101 1176 1273 1287
215.55/218.23	c 218	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
215.55/218.29	c 218	CPU 118.89 (0.03 0.01 118.86 96.69)
215.55/218.29	c 218	END Fri Jul  4 15:53:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074701-1215179420/watcher-1074701-1215179420 -o /tmp/evaluation-result-1074701-1215179420/solver-1074701-1215179420 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1074701-1215179420.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19958
/proc/meminfo: memFree=1590528/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=12268 CPUtime=0
/proc/19958/stat : 19958 (sugar) R 19956 19958 19055 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1996917613 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259362175998 0 0 4224 0 0 0 0 17 1 0 0
/proc/19958/statm: 3067 316 241 3 0 167 0

[startup+0.092402 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19958
/proc/meminfo: memFree=1590528/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=0.04
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996917613 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101357 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19958
/proc/meminfo: memFree=1590528/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=0.04
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996917613 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301394 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19958
/proc/meminfo: memFree=1590528/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=0.04
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996917613 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701478 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 19958
/proc/meminfo: memFree=1590528/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=0.04
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996917613 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 19970
/proc/meminfo: memFree=1570088/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=1.02
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 973 8348 0 1 3 1 93 5 16 0 1 0 1996917613 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10195 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 19980
/proc/meminfo: memFree=1570152/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=1.02
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 974 8348 0 1 3 1 93 5 15 0 1 0 1996917613 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 797 370 3 0 500 0
[pid=19971] ppid=19958 vsize=5356 CPUtime=0
/proc/19971/stat : 19971 (sh) S 19958 19958 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996917719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19971/statm: 1339 233 193 169 0 50 0
[pid=19972] ppid=19971 vsize=868516 CPUtime=1.99
/proc/19972/stat : 19972 (java) S 19971 19958 19055 0 -1 0 9907 0 1 0 189 10 0 0 18 0 9 0 1996917719 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19972/statm: 217129 8950 2565 9 0 211676 0
[pid=19972/tid=19973] ppid=19971 vsize=868516 CPUtime=1.31
/proc/19972/task/19973/stat : 19973 (java) R 19971 19958 19055 0 -1 64 2968 0 1 0 125 6 0 0 25 0 9 0 1996917720 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4126489058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19974] ppid=19971 vsize=868516 CPUtime=0.42
/proc/19972/task/19974/stat : 19974 (java) S 19971 19958 19055 0 -1 64 4762 0 0 0 40 2 0 0 16 0 9 0 1996917721 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19975] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19975/stat : 19975 (java) S 19971 19958 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996917722 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19976] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19976/stat : 19976 (java) S 19971 19958 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996917722 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19977] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19977/stat : 19977 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996917724 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19978] ppid=19971 vsize=868516 CPUtime=0.23
/proc/19972/task/19978/stat : 19978 (java) S 19971 19958 19055 0 -1 64 1485 0 0 0 23 0 0 0 16 0 9 0 1996917724 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19979] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19979/stat : 19979 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996917724 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19980] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19980/stat : 19980 (java) S 19971 19958 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996917724 889360384 8950 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887472

[startup+6.30258 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 19980
/proc/meminfo: memFree=1527600/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=1.02
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 974 8348 0 1 3 1 93 5 15 0 1 0 1996917613 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 797 370 3 0 500 0
[pid=19971] ppid=19958 vsize=5356 CPUtime=0
/proc/19971/stat : 19971 (sh) S 19958 19958 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996917719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19971/statm: 1339 233 193 169 0 50 0
[pid=19972] ppid=19971 vsize=868516 CPUtime=5.16
/proc/19972/stat : 19972 (java) S 19971 19958 19055 0 -1 0 10568 0 1 0 477 39 0 0 18 0 9 0 1996917719 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19972/statm: 217129 8959 2565 9 0 211676 0
[pid=19972/tid=19973] ppid=19971 vsize=868516 CPUtime=4.25
/proc/19972/task/19973/stat : 19973 (java) R 19971 19958 19055 0 -1 64 3621 0 1 0 395 30 0 0 25 0 9 0 1996917720 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4126873180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19974] ppid=19971 vsize=868516 CPUtime=0.64
/proc/19972/task/19974/stat : 19974 (java) S 19971 19958 19055 0 -1 64 4762 0 0 0 57 7 0 0 16 0 9 0 1996917721 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19975] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19975/stat : 19975 (java) S 19971 19958 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996917722 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19976] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19976/stat : 19976 (java) S 19971 19958 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996917722 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19977] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19977/stat : 19977 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996917724 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19978] ppid=19971 vsize=868516 CPUtime=0.24
/proc/19972/task/19978/stat : 19978 (java) S 19971 19958 19055 0 -1 64 1493 0 0 0 24 0 0 0 15 0 9 0 1996917724 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19979] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19979/stat : 19979 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996917724 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19980] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19980/stat : 19980 (java) S 19971 19958 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996917724 889360384 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887472

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 19980
/proc/meminfo: memFree=1445104/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=1.02
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 974 8348 0 1 3 1 93 5 16 0 1 0 1996917613 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 797 370 3 0 500 0
[pid=19971] ppid=19958 vsize=5356 CPUtime=0
/proc/19971/stat : 19971 (sh) S 19958 19958 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996917719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19971/statm: 1339 233 193 169 0 50 0
[pid=19972] ppid=19971 vsize=868516 CPUtime=11.43
/proc/19972/stat : 19972 (java) S 19971 19958 19055 0 -1 0 11840 0 1 0 1050 93 0 0 18 0 9 0 1996917719 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19972/statm: 217129 8962 2565 9 0 211676 0
[pid=19972/tid=19973] ppid=19971 vsize=868516 CPUtime=10.13
/proc/19972/task/19973/stat : 19973 (java) R 19971 19958 19055 0 -1 64 4890 0 1 0 936 77 0 0 25 0 9 0 1996917720 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19974] ppid=19971 vsize=868516 CPUtime=1.02
/proc/19972/task/19974/stat : 19974 (java) S 19971 19958 19055 0 -1 64 4762 0 0 0 88 14 0 0 15 0 9 0 1996917721 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19975] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19975/stat : 19975 (java) S 19971 19958 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996917722 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19976] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19976/stat : 19976 (java) S 19971 19958 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996917722 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19977] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19977/stat : 19977 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19978] ppid=19971 vsize=868516 CPUtime=0.25
/proc/19972/task/19978/stat : 19978 (java) S 19971 19958 19055 0 -1 64 1496 0 0 0 25 0 0 0 16 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19979] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19979/stat : 19979 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19980] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19980/stat : 19980 (java) S 19971 19958 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887472

[startup+25.5024 s]
/proc/loadavg: 2.10 2.02 2.01 3/92 19980
/proc/meminfo: memFree=1278192/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=1.02
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 974 8348 0 1 3 1 93 5 16 0 1 0 1996917613 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 797 370 3 0 500 0
[pid=19971] ppid=19958 vsize=5356 CPUtime=0
/proc/19971/stat : 19971 (sh) S 19958 19958 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996917719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19971/statm: 1339 233 193 169 0 50 0
[pid=19972] ppid=19971 vsize=868516 CPUtime=23.97
/proc/19972/stat : 19972 (java) S 19971 19958 19055 0 -1 0 14451 0 1 0 2187 210 0 0 18 0 9 0 1996917719 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19972/statm: 217129 8962 2565 9 0 211676 0
[pid=19972/tid=19973] ppid=19971 vsize=868516 CPUtime=21.87
/proc/19972/task/19973/stat : 19973 (java) R 19971 19958 19055 0 -1 64 7501 0 1 0 2008 179 0 0 25 0 9 0 1996917720 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19974] ppid=19971 vsize=868516 CPUtime=1.82
/proc/19972/task/19974/stat : 19974 (java) S 19971 19958 19055 0 -1 64 4762 0 0 0 153 29 0 0 15 0 9 0 1996917721 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19975] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19975/stat : 19975 (java) S 19971 19958 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996917722 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19976] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19976/stat : 19976 (java) S 19971 19958 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996917722 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19977] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19977/stat : 19977 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19978] ppid=19971 vsize=868516 CPUtime=0.25
/proc/19972/task/19978/stat : 19978 (java) S 19971 19958 19055 0 -1 64 1496 0 0 0 25 0 0 0 16 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19979] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19979/stat : 19979 (java) S 19971 19958 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19972/tid=19980] ppid=19971 vsize=868516 CPUtime=0
/proc/19972/task/19980/stat : 19980 (java) S 19971 19958 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996917724 889360384 8962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887472

[startup+51.1014 s]
/proc/loadavg: 2.25 2.06 2.02 3/84 19982
/proc/meminfo: memFree=1045232/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=78424 CPUtime=11.07
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 19159 0 0 0 499 608 0 0 25 0 1 0 1996921603 80306176 19145 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19982/statm: 19606 19145 40 102 0 19501 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 97380

[startup+102.306 s]
/proc/loadavg: 2.11 2.05 2.01 3/84 19982
/proc/meminfo: memFree=847536/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=281072 CPUtime=61.62
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 68136 0 0 0 2819 3343 0 0 25 0 1 0 1996921603 287817728 68122 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19982/statm: 70268 68122 40 102 0 70163 0
Current children cumulated CPU time (s) 100.63
Current children cumulated vsize (KiB) 300028

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 2.01 3/84 19982
/proc/meminfo: memFree=620080/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=517252 CPUtime=121.05
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 125421 0 0 0 5564 6541 0 0 25 0 1 0 1996921603 529666048 125407 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19982/statm: 129313 125407 40 102 0 129208 0
Current children cumulated CPU time (s) 160.06
Current children cumulated vsize (KiB) 536208

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

[startup+179.103 s]
/proc/loadavg: 1.95 2.02 2.00 3/83 20020
/proc/meminfo: memFree=700536/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=575068 CPUtime=137.71
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 141714 0 0 0 6324 7447 0 0 25 0 1 0 1996921603 588869632 141700 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19982/statm: 143767 141700 40 102 0 143662 0
Current children cumulated CPU time (s) 176.72
Current children cumulated vsize (KiB) 594024

[startup+204.703 s]
/proc/loadavg: 1.89 2.00 1.99 3/75 20048
/proc/meminfo: memFree=547640/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=760656 CPUtime=163.11
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 166589 0 0 0 7515 8796 0 0 25 0 1 0 1996921603 778911744 166575 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19982/statm: 190164 166575 40 102 0 190059 0
Current children cumulated CPU time (s) 202.12
Current children cumulated vsize (KiB) 779612

[startup+211.102 s]
/proc/loadavg: 1.91 2.00 1.99 3/75 20048
/proc/meminfo: memFree=456568/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=784284 CPUtime=169.49
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 173223 0 0 0 7805 9144 0 0 25 0 1 0 1996921603 803106816 173209 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19982/statm: 196071 173209 40 102 0 195966 0
Current children cumulated CPU time (s) 208.5
Current children cumulated vsize (KiB) 803240

[startup+214.303 s]
/proc/loadavg: 1.91 2.00 1.99 3/75 20048
/proc/meminfo: memFree=421752/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=795456 CPUtime=172.67
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 176350 0 0 0 7964 9303 0 0 25 0 1 0 1996921603 814546944 176336 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19982/statm: 198864 176336 42 102 0 198759 0
Current children cumulated CPU time (s) 211.68
Current children cumulated vsize (KiB) 814412

[startup+215.902 s]
/proc/loadavg: 1.91 2.00 1.99 3/75 20048
/proc/meminfo: memFree=422904/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=803148 CPUtime=174.26
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194304 176766 0 0 0 8123 9303 0 0 25 0 1 0 1996921603 822423552 176752 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/19982/statm: 200787 176752 42 102 0 200682 0
Current children cumulated CPU time (s) 213.27
Current children cumulated vsize (KiB) 822104

[startup+217.501 s]
/proc/loadavg: 1.91 2.00 1.99 3/75 20048
/proc/meminfo: memFree=420024/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=39.01
/proc/19958/stat : 19958 (sugar) S 19956 19958 19055 0 -1 4194304 1022 26014 0 2 3 1 3547 350 16 0 1 0 1996917613 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19958/statm: 3400 799 370 3 0 500 0
[pid=19981] ppid=19958 vsize=5356 CPUtime=0
/proc/19981/stat : 19981 (sh) S 19958 19958 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996921603 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19981/statm: 1339 232 193 169 0 50 0
[pid=19982] ppid=19981 vsize=0 CPUtime=175.85
/proc/19982/stat : 19982 (picosat) R 19981 19958 19055 0 -1 4194308 176872 0 0 0 8275 9310 0 0 25 0 1 0 1996921603 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/19982/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 214.86
Current children cumulated vsize (KiB) 18956

[startup+218.302 s]
/proc/loadavg: 1.91 2.00 1.99 3/83 20058
/proc/meminfo: memFree=1122104/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=215.61
/proc/19958/stat : 19958 (sugar) R 19956 19958 19055 0 -1 4194304 1119 207103 0 3 3 3 11886 9669 16 0 1 0 1996917613 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19958/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 215.61
Current children cumulated vsize (KiB) 13600

[startup+218.527 s]
/proc/loadavg: 1.91 2.00 1.99 3/83 20058
/proc/meminfo: memFree=1122104/2055920 swapFree=4179472/4192956
[pid=19958] ppid=19956 vsize=13600 CPUtime=215.83
/proc/19958/stat : 19958 (sugar) R 19956 19958 19055 0 -1 4194304 1119 207103 0 3 3 25 11886 9669 16 0 1 0 1996917613 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19958/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 215.83
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 218.531
CPU time (s): 215.867
CPU user time (s): 118.91
CPU system time (s): 96.9573
CPU usage (%): 98.7809
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.91
system time used= 96.9573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208252
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= 56512
involuntary context switches= 63723

runsolver used 0.26196 second user time and 0.745886 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 15:50:20
IDJOB=1074701
IDBENCH=56430
IDSOLVER=345
FILE ID=node1/1074701-1215179420
PBS_JOBID= 7881528
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074701-1215179420/watcher-1074701-1215179420 -o /tmp/evaluation-result-1074701-1215179420/solver-1074701-1215179420 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1074701-1215179420.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cf62a1b83c7d6776b82d5fd63452e47
RANDOM SEED=474451241

node1.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.265
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.265
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:       1591008 kB
Buffers:         67356 kB
Cached:         160512 kB
SwapCached:       7548 kB
Active:         319092 kB
Inactive:        91604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591008 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:         199016 kB
Slab:            39016 kB
Committed_AS:  3428012 kB
PageTables:       2236 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= 66548 MiB
End job on node1 at 2008-07-04 15:53:58