Trace number 2080970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 254.689 257.592

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-8.xml
MD5SUMc2291ba3dc9f570e8979ae152fcb5d84
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 benchmark254.689
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size916
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:09:05 2009
0.00/0.08	c 0	PID 23820
0.00/0.08	c 0	HOST node10.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080970-1247371745.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080970-1247371745.xml' 'HOME/temp.csp'
0.07/0.97	c 1	87 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.07	c 1	Parsing HOME/temp.csp
1.13/1.24	c 2	parsed 10000 expressions
1.13/1.24	c 2	parsed 10215 expressions
1.13/1.25	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.25	c 2	Converting to clausal form CSP
1.33/1.47	c 2	converted 1022 (10%) expressions
1.44/1.58	c 2	converted 2043 (20%) expressions
1.53/1.62	c 2	converted 3065 (30%) expressions
1.53/1.66	c 2	converted 4086 (40%) expressions
1.63/1.70	c 2	converted 5108 (50%) expressions
1.63/1.79	c 2	converted 6129 (60%) expressions
1.73/1.84	c 2	converted 7151 (70%) expressions
1.73/1.87	c 2	converted 8172 (80%) expressions
1.83/1.91	c 2	converted 9194 (90%) expressions
1.83/1.95	c 2	converted 10215 (100%) expressions
1.83/1.95	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 916
1.83/1.95	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.95	c 2	Propagation in CSP
1.92/2.00	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.00	c 2	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 916
1.92/2.01	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.01	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.21	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 916
2.13/2.21	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.31	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.39	c 3	45 (10%) CSP integer variables are encoded (39014 clauses, 563090 bytes)
2.32/2.44	c 3	90 (20%) CSP integer variables are encoded (77692 clauses, 1143260 bytes)
2.32/2.49	c 3	135 (30%) CSP integer variables are encoded (116454 clauses, 1757831 bytes)
2.41/2.54	c 3	180 (40%) CSP integer variables are encoded (155708 clauses, 2425149 bytes)
2.41/2.59	c 3	225 (50%) CSP integer variables are encoded (194789 clauses, 3089526 bytes)
2.52/2.64	c 3	270 (60%) CSP integer variables are encoded (233840 clauses, 3753393 bytes)
2.52/2.69	c 3	315 (70%) CSP integer variables are encoded (272701 clauses, 4414030 bytes)
2.61/2.75	c 3	360 (80%) CSP integer variables are encoded (311530 clauses, 5074123 bytes)
2.71/2.80	c 3	405 (90%) CSP integer variables are encoded (351039 clauses, 5745776 bytes)
2.71/2.86	c 3	450 (100%) CSP integer variables are encoded (389968 clauses, 6407569 bytes)
5.87/6.02	c 6	2903 (10%) CSP clauses are encoded (1994993 clauses, 43180480 bytes)
8.81/9.07	c 9	5805 (20%) CSP clauses are encoded (3576221 clauses, 80373730 bytes)
11.87/12.11	c 12	8708 (30%) CSP clauses are encoded (5135846 clauses, 117113035 bytes)
14.91/15.23	c 16	11610 (40%) CSP clauses are encoded (6732464 clauses, 155736474 bytes)
17.97/18.36	c 19	14513 (50%) CSP clauses are encoded (8329965 clauses, 195636256 bytes)
21.10/21.53	c 22	17415 (60%) CSP clauses are encoded (9925573 clauses, 235488734 bytes)
24.11/24.69	c 25	20318 (70%) CSP clauses are encoded (11522100 clauses, 275364166 bytes)
27.23/27.81	c 28	23220 (80%) CSP clauses are encoded (13106566 clauses, 314938094 bytes)
30.33/31.00	c 31	26123 (90%) CSP clauses are encoded (14703511 clauses, 354823976 bytes)
33.43/34.20	c 35	29025 (100%) CSP clauses are encoded (16311023 clauses, 394974054 bytes)
33.43/34.20	c 35	29025 CSP clauses encoded
33.43/34.20	c 35	Writing map file : HOME/temp.map
33.43/34.22	c 35	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.43/34.22	c 35	SAT : 409768 SAT variables, 16311023 SAT clauses, 394974054 bytes
33.43/34.22	c 35	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.43/34.23	c 35	SOLVING HOME/temp.cnf
33.43/34.23	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
253.70/256.65	c 257	DECODING HOME/temp.out WITH HOME/temp.map
253.70/256.65	c 257	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
253.76/256.74	c 257	Decoding HOME/temp.out
254.38/257.35	s SATISFIABLE
254.38/257.36	v 862 863 778 777 199 198 832 347 593 755 110 152 186 286 295 296 687 686 524 525 344 671 377 378 3 2 674 365 58 57 847 846 492 139 396 108 672 670 0 108 641 640 736 735 204 173 513 516 584 583 616 615 59 130 807 808 56 581 304 303 586 587 345 346 750 749 432 431 675 676 180 181 0 1 827 828 269 268 59 60 616 615 115 116 495 496 584 585 125 124 400 401 179 178 530 529 755 175 241 240 775 760 505 506 879 878 489 863 21 20 298 299 124 123 60 61 670 671 618 617 832 833 79 78 110 111 380 381 433 428 274 275 628 627 703 704 787 786 509 510 196 197 7 8 518 517 548 549 0 825 436 435 734 566 136 135 243 242 678 677 404 405 587 3 346 911 372 5 59 58 849 848 506 505 614 615 787 786 355 356 37 38 259 258 750 751 436 435 548 549 205 206 146 145 787 788 85 86 332 30 846 847 335 336 518 517 864 865 648 649 355 354 464 444 649 650 644 143 44 42 229 228 406 427 581 594 148 149 699 700 284 285 379 274 764 198 548 549 837 832 386 385 612 611 245 244 698 699 88 87 355 356 189 188 7 6 492 493 344 178 776 781 399 398 144 143 211 212 449 450 584 133 737 736 593 587 33 129 217 216 648 649 0 178 855 854 572 574 372 371 273 274 614 615 807 808 471 470 243 242 325 617 535 536 254 255 407 408 912 250 699 700 96 95 460 459 848 849 489 488 1 829 38 34 592 593 204 203 734 733 817 818 636 637 732 731 581 580 50 78 136 135 499 500 228 108 912 4 410 408 256 257 7 8 342 341 26 25 826 825 58 59 304 176 494 159 737 178 879 345 205 206 764 143 644 645 465 466 269 615 374 373 837 333 14 15 576 144 118 117 34 35 333 441 877 373 491 490 134 126 406 430 158 159 313 309 548 559 637 638 227 441 1 2 326 609 38 37 734 735 671 56 640 641 124 57 496 497 692 691 586 585 762 0 62 63 14 16 818 819 127 126 384 387 280 279 339 338 189 188
254.38/257.37	c 258	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
254.38/257.39	c 258	CPU 254.46 (0.06 0.02 170.21 84.17)
254.38/257.39	c 258	END Sun Jul 12 06:13:23 2009

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.22 2.35 2.21 3/84 23820
/proc/meminfo: memFree=1459448/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=12000 CPUtime=0
/proc/23820/stat : 23820 (sugar) R 23818 23820 16784 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 24241579 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 214938219202 0 0 4224 0 0 0 0 17 1 0 0
/proc/23820/statm: 3000 168 129 3 0 100 0

[startup+0.0938699 s]
/proc/loadavg: 2.22 2.35 2.21 3/84 23820
/proc/meminfo: memFree=1459448/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.07
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.111289 s]
/proc/loadavg: 2.22 2.35 2.21 3/84 23820
/proc/meminfo: memFree=1459448/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.07
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302634 s]
/proc/loadavg: 2.22 2.35 2.21 3/84 23820
/proc/meminfo: memFree=1459448/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.07
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70273 s]
/proc/loadavg: 2.22 2.35 2.21 3/84 23820
/proc/meminfo: memFree=1459448/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.07
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50185 s]
/proc/loadavg: 2.22 2.35 2.21 3/88 23835
/proc/meminfo: memFree=1455000/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.94
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1309 9092 0 1 5 2 81 6 16 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
[pid=23833] ppid=23820 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23820 23820 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24241678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=868488 CPUtime=0.5
/proc/23834/stat : 23834 (java) S 23833 23820 16784 0 -1 0 5731 0 1 0 46 4 0 0 18 0 9 0 24241679 889331712 5160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 217122 5160 1743 9 0 211627 0
[pid=23834/tid=23835] ppid=23833 vsize=868488 CPUtime=0.29
/proc/23834/task/23835/stat : 23835 (java) R 23833 23820 16784 0 -1 64 2656 0 1 0 28 1 0 0 18 0 9 0 24241679 889331712 5160 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890712

[startup+3.10219 s]
/proc/loadavg: 2.22 2.35 2.21 4/95 23842
/proc/meminfo: memFree=1432480/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.94
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1310 9092 0 1 5 2 81 6 16 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
[pid=23833] ppid=23820 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23820 23820 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24241678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=868688 CPUtime=2.07
/proc/23834/stat : 23834 (java) S 23833 23820 16784 0 -1 0 10589 0 1 0 195 12 0 0 18 0 9 0 24241679 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 217172 9577 2590 9 0 211649 0
[pid=23834/tid=23835] ppid=23833 vsize=868688 CPUtime=1.33
/proc/23834/task/23835/stat : 23835 (java) R 23833 23820 16784 0 -1 64 3015 0 1 0 126 7 0 0 25 0 9 0 24241679 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4126938583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23836] ppid=23833 vsize=868688 CPUtime=0.49
/proc/23834/task/23836/stat : 23836 (java) S 23833 23820 16784 0 -1 64 5361 0 0 0 46 3 0 0 16 0 9 0 24241681 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23837] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23837/stat : 23837 (java) S 23833 23820 16784 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24241681 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23838] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23838/stat : 23838 (java) S 23833 23820 16784 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24241681 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23839] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23839/stat : 23839 (java) S 23833 23820 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24241684 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23840] ppid=23833 vsize=868688 CPUtime=0.21
/proc/23834/task/23840/stat : 23840 (java) S 23833 23820 16784 0 -1 64 1514 0 0 0 21 0 0 0 16 0 9 0 24241684 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23841] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23841/stat : 23841 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24241684 889536512 9577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23842] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23842/stat : 23842 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24241684 889536512 9577 996147200 134512640 134550932 4294955936 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) 890912

[startup+6.30189 s]
/proc/loadavg: 2.20 2.34 2.21 3/95 23842
/proc/meminfo: memFree=1392224/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.94
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1310 9092 0 1 5 2 81 6 16 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
[pid=23833] ppid=23820 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23820 23820 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24241678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=868688 CPUtime=5.22
/proc/23834/stat : 23834 (java) S 23833 23820 16784 0 -1 0 11200 0 1 0 480 42 0 0 18 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 217172 9585 2590 9 0 211649 0
[pid=23834/tid=23835] ppid=23833 vsize=868688 CPUtime=4.24
/proc/23834/task/23835/stat : 23835 (java) R 23833 23820 16784 0 -1 64 3619 0 1 0 392 32 0 0 25 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23836] ppid=23833 vsize=868688 CPUtime=0.72
/proc/23834/task/23836/stat : 23836 (java) S 23833 23820 16784 0 -1 64 5361 0 0 0 64 8 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23837] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23837/stat : 23837 (java) S 23833 23820 16784 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23838] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23838/stat : 23838 (java) S 23833 23820 16784 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23839] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23839/stat : 23839 (java) S 23833 23820 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23840] ppid=23833 vsize=868688 CPUtime=0.23
/proc/23834/task/23840/stat : 23840 (java) S 23833 23820 16784 0 -1 64 1521 0 0 0 23 0 0 0 17 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23841] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23841/stat : 23841 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23842] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23842/stat : 23842 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 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) 890912

[startup+12.7023 s]
/proc/loadavg: 2.18 2.33 2.21 3/95 23842
/proc/meminfo: memFree=1311968/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.94
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1310 9092 0 1 5 2 81 6 16 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
[pid=23833] ppid=23820 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23820 23820 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24241678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=868688 CPUtime=11.51
/proc/23834/stat : 23834 (java) S 23833 23820 16784 0 -1 0 12422 0 1 0 1049 102 0 0 18 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 217172 9585 2590 9 0 211649 0
[pid=23834/tid=23835] ppid=23833 vsize=868688 CPUtime=9.97
/proc/23834/task/23835/stat : 23835 (java) R 23833 23820 16784 0 -1 64 4841 0 1 0 916 81 0 0 25 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126536546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23836] ppid=23833 vsize=868688 CPUtime=1.28
/proc/23834/task/23836/stat : 23836 (java) S 23833 23820 16784 0 -1 64 5361 0 0 0 109 19 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23837] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23837/stat : 23837 (java) S 23833 23820 16784 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23838] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23838/stat : 23838 (java) S 23833 23820 16784 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23839] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23839/stat : 23839 (java) S 23833 23820 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23840] ppid=23833 vsize=868688 CPUtime=0.23
/proc/23834/task/23840/stat : 23840 (java) S 23833 23820 16784 0 -1 64 1521 0 0 0 23 0 0 0 17 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23841] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23841/stat : 23841 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23842] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23842/stat : 23842 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 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) 890912

[startup+25.503 s]
/proc/loadavg: 2.14 2.32 2.20 3/95 23842
/proc/meminfo: memFree=1144096/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=0.94
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1310 9092 0 1 5 2 81 6 16 0 1 0 24241579 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1111 409 3 0 796 0
[pid=23833] ppid=23820 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23820 23820 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24241678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=868688 CPUtime=24.04
/proc/23834/stat : 23834 (java) S 23833 23820 16784 0 -1 0 14891 0 1 0 2177 227 0 0 18 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 217172 9585 2590 9 0 211649 0
[pid=23834/tid=23835] ppid=23833 vsize=868688 CPUtime=21.55
/proc/23834/task/23835/stat : 23835 (java) R 23833 23820 16784 0 -1 64 7310 0 1 0 1966 189 0 0 25 0 9 0 24241679 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126940148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23836] ppid=23833 vsize=868688 CPUtime=2.22
/proc/23834/task/23836/stat : 23836 (java) S 23833 23820 16784 0 -1 64 5361 0 0 0 187 35 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23837] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23837/stat : 23837 (java) S 23833 23820 16784 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23838] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23838/stat : 23838 (java) S 23833 23820 16784 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24241681 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23839] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23839/stat : 23839 (java) S 23833 23820 16784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23840] ppid=23833 vsize=868688 CPUtime=0.23
/proc/23834/task/23840/stat : 23840 (java) S 23833 23820 16784 0 -1 64 1521 0 0 0 23 0 0 0 17 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23841] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23841/stat : 23841 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23842] ppid=23833 vsize=868688 CPUtime=0
/proc/23834/task/23842/stat : 23842 (java) S 23833 23820 16784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24241684 889536512 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 890912

[startup+51.1025 s]
/proc/loadavg: 2.21 2.32 2.21 3/87 23844
/proc/meminfo: memFree=974048/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=99944 CPUtime=16.69
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 22355 0 0 0 767 902 0 0 25 0 1 0 24245004 102342656 22341 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 24986 22341 40 102 0 24881 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 122168

[startup+102.308 s]
/proc/loadavg: 2.09 2.27 2.19 3/87 23844
/proc/meminfo: memFree=750880/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=295988 CPUtime=67.38
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 70650 0 0 0 3084 3654 0 0 25 0 1 0 24245004 303091712 70636 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 73997 70636 40 102 0 73892 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 318212

[startup+162.301 s]
/proc/loadavg: 2.03 2.22 2.18 3/87 23844
/proc/meminfo: memFree=526368/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=529396 CPUtime=126.81
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 127201 0 0 0 5834 6847 0 0 25 0 1 0 24245004 542101504 127187 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 132349 127187 40 102 0 132244 0
Current children cumulated CPU time (s) 160.3
Current children cumulated vsize (KiB) 551620

[startup+222.301 s]
/proc/loadavg: 2.01 2.18 2.16 3/87 23844
/proc/meminfo: memFree=433504/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=615960 CPUtime=186.24
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149696 0 0 0 10540 8084 0 0 25 0 1 0 24245004 630743040 149680 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 153990 149680 48 102 0 153885 0
Current children cumulated CPU time (s) 219.73
Current children cumulated vsize (KiB) 638184

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

[startup+230.301 s]
/proc/loadavg: 2.01 2.17 2.16 3/87 23844
/proc/meminfo: memFree=433376/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=616092 CPUtime=194.16
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149735 0 0 0 11332 8084 0 0 25 0 1 0 24245004 630878208 149719 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 154023 149719 48 102 0 153918 0
Current children cumulated CPU time (s) 227.65
Current children cumulated vsize (KiB) 638316

[startup+243.107 s]
/proc/loadavg: 2.01 2.16 2.16 3/87 23844
/proc/meminfo: memFree=432928/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=616488 CPUtime=206.84
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149839 0 0 0 12600 8084 0 0 25 0 1 0 24245004 631283712 149823 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 154122 149823 48 102 0 154017 0
Current children cumulated CPU time (s) 240.33
Current children cumulated vsize (KiB) 638712

[startup+249.502 s]
/proc/loadavg: 2.00 2.16 2.16 3/87 23844
/proc/meminfo: memFree=432800/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=616620 CPUtime=213.17
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149878 0 0 0 13233 8084 0 0 25 0 1 0 24245004 631418880 149862 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 154155 149862 48 102 0 154050 0
Current children cumulated CPU time (s) 246.66
Current children cumulated vsize (KiB) 638844

[startup+252.702 s]
/proc/loadavg: 2.00 2.16 2.16 3/87 23844
/proc/meminfo: memFree=432736/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=616752 CPUtime=216.34
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149902 0 0 0 13550 8084 0 0 25 0 1 0 24245004 631554048 149886 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 154188 149886 48 102 0 154083 0
Current children cumulated CPU time (s) 249.83
Current children cumulated vsize (KiB) 638976

[startup+255.902 s]
/proc/loadavg: 2.00 2.15 2.16 3/87 23844
/proc/meminfo: memFree=432544/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=33.49
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1365 25968 0 2 6 2 3023 318 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
[pid=23843] ppid=23820 vsize=5356 CPUtime=0
/proc/23843/stat : 23843 (sh) S 23820 23820 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24245003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23843/statm: 1339 232 193 169 0 50 0
[pid=23844] ppid=23843 vsize=616756 CPUtime=219.52
/proc/23844/stat : 23844 (picosat) R 23843 23820 16784 0 -1 4194304 149972 0 0 0 13866 8086 0 0 25 0 1 0 24245004 631558144 149956 996147200 134512640 134931368 4294956256 18446744073709551615 134554684 0 0 4096 0 0 0 0 17 1 0 0
/proc/23844/statm: 154189 149956 52 102 0 154084 0
Current children cumulated CPU time (s) 253.01
Current children cumulated vsize (KiB) 638980

[startup+256.702 s]
/proc/loadavg: 2.00 2.15 2.16 3/87 23844
/proc/meminfo: memFree=429344/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=253.76
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1428 176226 0 2 6 2 16954 8414 17 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 253.76
Current children cumulated vsize (KiB) 16868

[startup+257.102 s]
/proc/loadavg: 2.00 2.15 2.16 3/87 23844
/proc/meminfo: memFree=429344/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=253.76
/proc/23820/stat : 23820 (sugar) S 23818 23820 16784 0 -1 4194304 1446 176226 0 2 6 2 16954 8414 16 0 1 0 24241579 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23820/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 253.76
Current children cumulated vsize (KiB) 16868

[startup+257.502 s]
/proc/loadavg: 2.00 2.15 2.16 3/95 23854
/proc/meminfo: memFree=1024672/2055920 swapFree=4192812/4192956
[pid=23820] ppid=23818 vsize=16868 CPUtime=254.58
/proc/23820/stat : 23820 (sugar) R 23818 23820 16784 0 -1 4194304 1476 180206 0 3 6 14 17021 8417 16 0 1 0 24241579 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23820/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 254.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 257.592
CPU time (s): 254.689
CPU user time (s): 170.28
CPU system time (s): 84.4092
CPU usage (%): 98.873
Max. virtual memory (cumulated for all children) (KiB): 890988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.28
system time used= 84.4092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181743
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= 58611
involuntary context switches= 68522

runsolver used 0.310952 second user time and 0.897863 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 06:09:05
IDJOB=2080970
IDBENCH=57206
IDSOLVER=738
FILE ID=node10/2080970-1247371745
PBS_JOBID= 9506990
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= c2291ba3dc9f570e8979ae152fcb5d84
RANDOM SEED=1158616593

node10.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.279
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.279
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:       1460056 kB
Buffers:         62040 kB
Cached:         271636 kB
SwapCached:          0 kB
Active:         339948 kB
Inactive:       178080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         200008 kB
Slab:            62764 kB
Committed_AS:   863344 kB
PageTables:       2064 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= 66416 MiB
End job on node10 at 2009-07-12 06:13:23