Trace number 1082325

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 209.49 212.046

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-1.xml
MD5SUM8fafd39c31371d79429097ec8078bafd
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 benchmark209.49
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size956
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:37:57 2008
0.00/0.04	c 0	PID 32344
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1082325-1215221877.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-1082325-1215221877.xml' 'HOME/temp.csp'
1.06/1.11	c 2	89 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.06/1.15	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	c 2	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.07/1.23	c 2	Parsing HOME/temp.csp
1.07/1.57	c 2	parsed 10000 expressions
1.07/1.57	c 2	parsed 10217 expressions
1.07/1.58	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.58	c 2	Converting to clausal form CSP
1.07/1.77	c 2	converted 1022 (10%) expressions
1.07/1.84	c 2	converted 2044 (20%) expressions
1.07/1.93	c 2	converted 3066 (30%) expressions
1.07/1.96	c 2	converted 4087 (40%) expressions
1.07/2.00	c 2	converted 5109 (50%) expressions
1.07/2.04	c 2	converted 6131 (60%) expressions
1.07/2.08	c 3	converted 7152 (70%) expressions
1.99/2.18	c 3	converted 8174 (80%) expressions
2.09/2.22	c 3	converted 9196 (90%) expressions
2.09/2.26	c 3	converted 10217 (100%) expressions
2.09/2.26	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 956
2.09/2.26	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.26	c 3	Propagation in CSP
2.19/2.35	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.35	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 956
2.19/2.35	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.36	c 3	Simplifing CSP by introducing new Boolean variables
2.38/2.54	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 956
2.38/2.54	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.58/2.72	c 3	45 (10%) CSP integer variables are encoded (40801 clauses, 589893 bytes)
2.58/2.77	c 3	90 (20%) CSP integer variables are encoded (81460 clauses, 1199778 bytes)
2.68/2.82	c 3	135 (30%) CSP integer variables are encoded (121888 clauses, 1850197 bytes)
2.68/2.87	c 3	180 (40%) CSP integer variables are encoded (162632 clauses, 2542845 bytes)
2.78/2.93	c 3	225 (50%) CSP integer variables are encoded (203456 clauses, 3236853 bytes)
2.78/2.98	c 3	270 (60%) CSP integer variables are encoded (244550 clauses, 3935451 bytes)
2.89/3.03	c 3	315 (70%) CSP integer variables are encoded (285165 clauses, 4625906 bytes)
2.89/3.08	c 4	360 (80%) CSP integer variables are encoded (326080 clauses, 5321461 bytes)
2.99/3.14	c 4	405 (90%) CSP integer variables are encoded (366674 clauses, 6011559 bytes)
2.99/3.20	c 4	450 (100%) CSP integer variables are encoded (407266 clauses, 6701623 bytes)
6.26/6.43	c 7	2903 (10%) CSP clauses are encoded (2091187 clauses, 45325362 bytes)
9.39/9.68	c 10	5805 (20%) CSP clauses are encoded (3753671 clauses, 84442338 bytes)
12.53/12.87	c 13	8708 (30%) CSP clauses are encoded (5387646 clauses, 122973356 bytes)
15.68/16.07	c 17	11610 (40%) CSP clauses are encoded (7035266 clauses, 163144838 bytes)
18.92/19.38	c 20	14513 (50%) CSP clauses are encoded (8706435 clauses, 204886320 bytes)
22.12/22.68	c 23	17415 (60%) CSP clauses are encoded (10378621 clauses, 246653248 bytes)
25.37/25.98	c 26	20318 (70%) CSP clauses are encoded (12056790 clauses, 288569730 bytes)
28.57/29.25	c 30	23220 (80%) CSP clauses are encoded (13711590 clauses, 329902008 bytes)
31.79/32.57	c 33	26123 (90%) CSP clauses are encoded (15385179 clauses, 371703990 bytes)
35.00/35.86	c 36	29025 (100%) CSP clauses are encoded (17042651 clauses, 413103068 bytes)
35.00/35.86	c 36	29025 CSP clauses encoded
35.00/35.86	c 36	Writing map file : HOME/temp.map
35.00/35.87	c 36	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.00/35.88	c 36	SAT : 427066 SAT variables, 17042651 SAT clauses, 413103068 bytes
35.00/35.88	c 36	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.07/35.91	c 36	SOLVING HOME/temp.cnf
35.07/35.91	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
208.38/210.98	c 211	DECODING HOME/temp.out WITH HOME/temp.map
208.38/210.98	c 211	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
208.46/211.07	c 212	Decoding HOME/temp.out
209.14/211.77	s SATISFIABLE
209.14/211.78	v 551 552 610 609 68 754 870 738 333 332 478 317 494 495 298 299 797 798 190 189 0 1 91 90 580 590 343 344 895 896 275 276 688 689 526 525 4 3 598 588 871 872 333 332 130 131 651 664 186 191 767 592 167 168 845 846 773 774 405 417 375 376 871 870 823 824 699 700 0 431 617 618 440 442 27 28 548 549 501 502 141 140 738 737 223 222 124 125 289 288 566 567 124 125 859 858 712 713 783 784 344 345 83 84 614 613 656 657 403 404 0 1 233 237 266 265 428 429 494 493 500 501 94 95 317 318 865 864 552 551 293 292 188 197 0 1 361 362 626 627 776 777 716 715 620 621 430 429 224 225 412 413 315 316 296 393 721 722 518 517 82 83 706 486 867 868 626 633 940 941 785 784 131 132 186 185 429 436 9 662 244 245 566 188 0 1 296 295 182 181 494 495 884 632 408 407 759 760 48 375 719 718 111 112 52 51 859 860 437 438 697 696 494 529 314 315 884 0 810 809 563 562 162 163 249 248 671 672 891 892 585 586 44 80 1 2 786 484 952 613 593 592 826 825 105 104 1 0 248 247 78 77 500 501 656 215 893 324 365 374 133 132 690 689 823 97 749 748 552 553 943 551 496 494 41 40 566 567 776 777 729 126 261 262 896 895 633 632 871 870 189 2 358 357 412 411 222 223 298 299 639 659 555 556 320 319 760 759 227 228 35 36 422 447 97 404 820 819 894 893 180 751 106 105 263 262 456 457 141 142 704 705 0 364 226 225 125 126 869 870 432 431 687 375 605 364 344 345 86 85 174 173 649 456 753 528 26 364 494 493 627 626 428 427 783 784 249 946 556 555 491 492 949 850 258 259 703 702 0 1 167 168 24 23 329 330 857 850 83 82 825 717 437 696 854 731 227 228 170 169 423 739 84 83 951 714 474 475 870 344 570 696 312 729 763 764 0 1 610 611 1 0 500 501 123 124 487 674 51 632 540 539 27 28 277 278 417 418 189 188 777 778 711 413 319 320 736 737 876 877
209.14/211.79	c 212	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
209.23/211.84	c 212	CPU 122.77 (0.03 0.01 122.74 86.47)
209.23/211.84	c 212	END Sat Jul  5 03:41:29 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-1082325-1215221877/watcher-1082325-1215221877 -o /tmp/evaluation-result-1082325-1215221877/solver-1082325-1215221877 -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-1082325-1215221877.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 4/81 32344
/proc/meminfo: memFree=1800472/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=18572 CPUtime=0
/proc/32344/stat : 32344 (runsolver) R 32342 32344 31118 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001160748 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32344/statm: 4643 292 257 25 0 2626 0

[startup+0.0539339 s]
/proc/loadavg: 2.06 2.01 2.00 4/81 32344
/proc/meminfo: memFree=1800472/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=0.03
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001160748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101938 s]
/proc/loadavg: 2.06 2.01 2.00 4/81 32344
/proc/meminfo: memFree=1800472/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=0.03
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001160748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30195 s]
/proc/loadavg: 2.06 2.01 2.00 4/81 32344
/proc/meminfo: memFree=1800472/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=0.03
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001160748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701993 s]
/proc/loadavg: 2.06 2.01 2.00 4/81 32344
/proc/meminfo: memFree=1800472/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=0.03
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2001160748 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 32356
/proc/meminfo: memFree=1778112/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=1.07
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 973 9021 0 1 2 1 99 5 16 0 1 0 2001160748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.1022 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 32366
/proc/meminfo: memFree=1779712/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=1.08
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 974 9021 0 1 3 1 99 5 15 0 1 0 2001160748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 797 370 3 0 500 0
[pid=32357] ppid=32344 vsize=5356 CPUtime=0
/proc/32357/stat : 32357 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001160864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32357/statm: 1339 233 193 169 0 50 0
[pid=32358] ppid=32357 vsize=868472 CPUtime=1.91
/proc/32358/stat : 32358 (java) S 32357 32344 31118 0 -1 0 10295 0 1 0 181 10 0 0 19 0 9 0 2001160864 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32358/statm: 217118 9319 2565 9 0 211665 0
[pid=32358/tid=32359] ppid=32357 vsize=868472 CPUtime=1.19
/proc/32358/task/32359/stat : 32359 (java) R 32357 32344 31118 0 -1 64 2963 0 1 0 114 5 0 0 25 0 9 0 2001160865 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4126836212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32360] ppid=32357 vsize=868472 CPUtime=0.47
/proc/32358/task/32360/stat : 32360 (java) S 32357 32344 31118 0 -1 64 5172 0 0 0 44 3 0 0 16 0 9 0 2001160866 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32361] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32361/stat : 32361 (java) S 32357 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001160867 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32362] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32362/stat : 32362 (java) S 32357 32344 31118 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001160867 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32363] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32363/stat : 32363 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001160869 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32364] ppid=32357 vsize=868472 CPUtime=0.22
/proc/32358/task/32364/stat : 32364 (java) S 32357 32344 31118 0 -1 64 1468 0 0 0 22 0 0 0 16 0 9 0 2001160869 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32365] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32365/stat : 32365 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001160869 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32366] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32366/stat : 32366 (java) S 32357 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001160869 889315328 9319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887428

[startup+6.30248 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 32366
/proc/meminfo: memFree=1737728/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=1.08
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 974 9021 0 1 3 1 99 5 15 0 1 0 2001160748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 797 370 3 0 500 0
[pid=32357] ppid=32344 vsize=5356 CPUtime=0
/proc/32357/stat : 32357 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001160864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32357/statm: 1339 233 193 169 0 50 0
[pid=32358] ppid=32357 vsize=868472 CPUtime=5.08
/proc/32358/stat : 32358 (java) S 32357 32344 31118 0 -1 0 10925 0 1 0 471 37 0 0 19 0 9 0 2001160864 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32358/statm: 217118 9335 2565 9 0 211665 0
[pid=32358/tid=32359] ppid=32357 vsize=868472 CPUtime=4.09
/proc/32358/task/32359/stat : 32359 (java) R 32357 32344 31118 0 -1 64 3578 0 1 0 380 29 0 0 25 0 9 0 2001160865 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32360] ppid=32357 vsize=868472 CPUtime=0.72
/proc/32358/task/32360/stat : 32360 (java) S 32357 32344 31118 0 -1 64 5172 0 0 0 66 6 0 0 16 0 9 0 2001160866 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32361] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32361/stat : 32361 (java) S 32357 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32362] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32362/stat : 32362 (java) S 32357 32344 31118 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32363] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32363/stat : 32363 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32364] ppid=32357 vsize=868472 CPUtime=0.24
/proc/32358/task/32364/stat : 32364 (java) S 32357 32344 31118 0 -1 64 1483 0 0 0 24 0 0 0 17 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32365] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32365/stat : 32365 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32366] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32366/stat : 32366 (java) S 32357 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887428

[startup+12.7022 s]
/proc/loadavg: 2.05 2.01 2.00 3/92 32366
/proc/meminfo: memFree=1656960/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=1.08
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 974 9021 0 1 3 1 99 5 16 0 1 0 2001160748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 797 370 3 0 500 0
[pid=32357] ppid=32344 vsize=5356 CPUtime=0
/proc/32357/stat : 32357 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001160864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32357/statm: 1339 233 193 169 0 50 0
[pid=32358] ppid=32357 vsize=868472 CPUtime=11.35
/proc/32358/stat : 32358 (java) S 32357 32344 31118 0 -1 0 12139 0 1 0 1043 92 0 0 19 0 9 0 2001160864 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32358/statm: 217118 9335 2565 9 0 211665 0
[pid=32358/tid=32359] ppid=32357 vsize=868472 CPUtime=10
/proc/32358/task/32359/stat : 32359 (java) R 32357 32344 31118 0 -1 64 4792 0 1 0 923 77 0 0 25 0 9 0 2001160865 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32360] ppid=32357 vsize=868472 CPUtime=1.07
/proc/32358/task/32360/stat : 32360 (java) S 32357 32344 31118 0 -1 64 5172 0 0 0 94 13 0 0 15 0 9 0 2001160866 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32361] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32361/stat : 32361 (java) S 32357 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32362] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32362/stat : 32362 (java) S 32357 32344 31118 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32363] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32363/stat : 32363 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32364] ppid=32357 vsize=868472 CPUtime=0.24
/proc/32358/task/32364/stat : 32364 (java) S 32357 32344 31118 0 -1 64 1483 0 0 0 24 0 0 0 17 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32365] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32365/stat : 32365 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32366] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32366/stat : 32366 (java) S 32357 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887428

[startup+25.5022 s]
/proc/loadavg: 2.04 2.01 2.00 3/92 32366
/proc/meminfo: memFree=1490496/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=1.08
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 974 9021 0 1 3 1 99 5 16 0 1 0 2001160748 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 797 370 3 0 500 0
[pid=32357] ppid=32344 vsize=5356 CPUtime=0
/proc/32357/stat : 32357 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001160864 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32357/statm: 1339 233 193 169 0 50 0
[pid=32358] ppid=32357 vsize=868472 CPUtime=23.89
/proc/32358/stat : 32358 (java) S 32357 32344 31118 0 -1 0 14617 0 1 0 2177 212 0 0 19 0 9 0 2001160864 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32358/statm: 217118 9335 2565 9 0 211665 0
[pid=32358/tid=32359] ppid=32357 vsize=868472 CPUtime=21.78
/proc/32358/task/32359/stat : 32359 (java) R 32357 32344 31118 0 -1 64 7270 0 1 0 1997 181 0 0 25 0 9 0 2001160865 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 102064727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32360] ppid=32357 vsize=868472 CPUtime=1.84
/proc/32358/task/32360/stat : 32360 (java) S 32357 32344 31118 0 -1 64 5172 0 0 0 155 29 0 0 16 0 9 0 2001160866 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32361] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32361/stat : 32361 (java) S 32357 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32362] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32362/stat : 32362 (java) S 32357 32344 31118 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001160867 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32363] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32363/stat : 32363 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32364] ppid=32357 vsize=868472 CPUtime=0.24
/proc/32358/task/32364/stat : 32364 (java) S 32357 32344 31118 0 -1 64 1483 0 0 0 24 0 0 0 17 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32365] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32365/stat : 32365 (java) S 32357 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32358/tid=32366] ppid=32357 vsize=868472 CPUtime=0
/proc/32358/task/32366/stat : 32366 (java) S 32357 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001160869 889315328 9335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 887428

[startup+51.1014 s]
/proc/loadavg: 2.09 2.02 2.00 3/84 32368
/proc/meminfo: memFree=1301760/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=95064 CPUtime=15
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 21227 0 0 0 674 826 0 0 25 0 1 0 2001164341 97345536 21213 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/loadavg: 2.01 2.01 2.00 3/84 32368
/proc/meminfo: memFree=875072/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=530852 CPUtime=125.13
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 127852 0 0 0 5737 6776 0 0 25 0 1 0 2001164341 543592448 127838 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 132713 127838 40 102 0 132608 0
Current children cumulated CPU time (s) 160.23
Current children cumulated vsize (KiB) 549808

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 32368
/proc/meminfo: memFree=811840/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=587876 CPUtime=141.78
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 143929 0 0 0 6506 7672 0 0 25 0 1 0 2001164341 601985024 143915 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 146969 143915 40 102 0 146864 0
Current children cumulated CPU time (s) 176.88
Current children cumulated vsize (KiB) 606832

[startup+191.903 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 32368
/proc/meminfo: memFree=761280/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=630708 CPUtime=154.45
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 155859 0 0 0 7127 8318 0 0 25 0 1 0 2001164341 645844992 155845 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 157677 155845 42 102 0 157572 0
Current children cumulated CPU time (s) 189.55
Current children cumulated vsize (KiB) 649664

[startup+204.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 32368
/proc/meminfo: memFree=758912/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=638292 CPUtime=167.13
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 156176 0 0 0 8395 8318 0 0 25 0 1 0 2001164341 653611008 156160 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 159573 156160 48 102 0 159468 0
Current children cumulated CPU time (s) 202.23
Current children cumulated vsize (KiB) 657248

[startup+207.906 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 32368
/proc/meminfo: memFree=758592/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=638292 CPUtime=170.3
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 156217 0 0 0 8712 8318 0 0 25 0 1 0 2001164341 653611008 156201 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 159573 156201 48 102 0 159468 0
Current children cumulated CPU time (s) 205.4
Current children cumulated vsize (KiB) 657248

[startup+209.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 32368
/proc/meminfo: memFree=758464/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=35.1
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1022 25945 0 2 3 1 3192 314 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32367] ppid=32344 vsize=5356 CPUtime=0
/proc/32367/stat : 32367 (sh) S 32344 32344 31118 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001164340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32367/statm: 1339 232 193 169 0 50 0
[pid=32368] ppid=32367 vsize=638292 CPUtime=171.88
/proc/32368/stat : 32368 (picosat) R 32367 32344 31118 0 -1 4194304 156330 0 0 0 8870 8318 0 0 25 0 1 0 2001164341 653611008 156314 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/32368/statm: 159573 156314 48 102 0 159468 0
Current children cumulated CPU time (s) 206.98
Current children cumulated vsize (KiB) 657248

[startup+211.102 s]
/proc/loadavg: 2.00 2.01 2.00 5/92 32378
/proc/meminfo: memFree=1376768/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=208.46
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1091 182580 0 2 3 1 12198 8644 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32369] ppid=32344 vsize=5356 CPUtime=0
/proc/32369/stat : 32369 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001181847 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32369/statm: 1339 233 193 169 0 50 0
[pid=32370] ppid=32369 vsize=863756 CPUtime=0.1
/proc/32370/stat : 32370 (java) S 32369 32344 31118 0 -1 0 3257 0 1 0 8 2 0 0 18 0 9 0 2001181848 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32370/statm: 215939 2734 1621 9 0 210521 0
[pid=32370/tid=32371] ppid=32369 vsize=863756 CPUtime=0.08
/proc/32370/task/32371/stat : 32371 (java) R 32369 32344 31118 0 -1 64 2357 0 1 0 7 1 0 0 18 0 9 0 2001181849 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4125960203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32372] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32372/stat : 32372 (java) S 32369 32344 31118 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2001181850 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32373] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32373/stat : 32373 (java) S 32369 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001181850 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32374] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32374/stat : 32374 (java) S 32369 32344 31118 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001181850 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32375] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32375/stat : 32375 (java) S 32369 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001181852 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32376] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32376/stat : 32376 (java) R 32369 32344 31118 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 2001181852 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 104674801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32377] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32377/stat : 32377 (java) S 32369 32344 31118 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001181852 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32378] ppid=32369 vsize=863756 CPUtime=0
/proc/32370/task/32378/stat : 32378 (java) R 32369 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001181852 884486144 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.56
Current children cumulated vsize (KiB) 882712

[startup+211.502 s]
/proc/loadavg: 2.00 2.01 2.00 5/92 32378
/proc/meminfo: memFree=1376768/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=208.46
/proc/32344/stat : 32344 (sugar) S 32342 32344 31118 0 -1 4194304 1091 182580 0 2 3 1 12198 8644 16 0 1 0 2001160748 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32344/statm: 3400 799 370 3 0 500 0
[pid=32369] ppid=32344 vsize=5356 CPUtime=0
/proc/32369/stat : 32369 (sh) S 32344 32344 31118 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001181847 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32369/statm: 1339 233 193 169 0 50 0
[pid=32370] ppid=32369 vsize=863912 CPUtime=0.49
/proc/32370/stat : 32370 (java) S 32369 32344 31118 0 -1 0 3520 0 1 0 47 2 0 0 18 0 9 0 2001181848 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32370/statm: 215978 2994 1665 9 0 210560 0
[pid=32370/tid=32371] ppid=32369 vsize=863912 CPUtime=0.43
/proc/32370/task/32371/stat : 32371 (java) R 32369 32344 31118 0 -1 64 2458 0 1 0 42 1 0 0 21 0 9 0 2001181849 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4126461795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32372] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32372/stat : 32372 (java) S 32369 32344 31118 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 2001181850 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32373] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32373/stat : 32373 (java) S 32369 32344 31118 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001181850 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32374] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32374/stat : 32374 (java) S 32369 32344 31118 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001181850 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32375] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32375/stat : 32375 (java) S 32369 32344 31118 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001181852 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32376] ppid=32369 vsize=863912 CPUtime=0.03
/proc/32370/task/32376/stat : 32376 (java) S 32369 32344 31118 0 -1 64 294 0 0 0 3 0 0 0 18 0 9 0 2001181852 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32377] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32377/stat : 32377 (java) S 32369 32344 31118 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001181852 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32370/tid=32378] ppid=32369 vsize=863912 CPUtime=0
/proc/32370/task/32378/stat : 32378 (java) S 32369 32344 31118 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001181852 884645888 2994 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.95
Current children cumulated vsize (KiB) 882868

[startup+211.902 s]
/proc/loadavg: 2.00 2.01 2.00 5/92 32378
/proc/meminfo: memFree=1376768/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=209.32
/proc/32344/stat : 32344 (sugar) R 32342 32344 31118 0 -1 4194304 1120 186514 0 3 3 8 12274 8647 16 0 1 0 2001160748 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32344/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 209.32
Current children cumulated vsize (KiB) 13600

[startup+212.002 s]
/proc/loadavg: 2.00 2.01 2.00 5/92 32378
/proc/meminfo: memFree=1376768/2055920 swapFree=4180688/4192956
[pid=32344] ppid=32342 vsize=13600 CPUtime=209.42
/proc/32344/stat : 32344 (sugar) R 32342 32344 31118 0 -1 4194304 1120 186514 0 3 3 18 12274 8647 16 0 1 0 2001160748 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32344/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 209.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 212.046
CPU time (s): 209.49
CPU user time (s): 122.779
CPU system time (s): 86.7108
CPU usage (%): 98.7946
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.779
system time used= 86.7108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187664
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= 48501
involuntary context switches= 56379

runsolver used 0.354946 second user time and 0.622905 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 03:37:57
IDJOB=1082325
IDBENCH=57221
IDSOLVER=345
FILE ID=node41/1082325-1215221877
PBS_JOBID= 7881785
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-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-1082325-1215221877/watcher-1082325-1215221877 -o /tmp/evaluation-result-1082325-1215221877/solver-1082325-1215221877 -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-1082325-1215221877.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8fafd39c31371d79429097ec8078bafd
RANDOM SEED=2079923715

node41.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.232
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.232
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:       1800952 kB
Buffers:         29064 kB
Cached:         144996 kB
SwapCached:       5936 kB
Active:         152332 kB
Inactive:        51920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800952 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          46584 kB
Slab:            35876 kB
Committed_AS:  3653868 kB
PageTables:       1820 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= 66152 MiB
End job on node41 at 2008-07-05 03:41:30