Trace number 1082389

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+minisatSAT 125.212 126.959

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-13.xml
MD5SUMb9608280c7283b6c031d7c75c491fce9
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 benchmark69.4574
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size944
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 03:46:23 2008
0.00/0.05	c 0	PID 31848
0.04/0.05	c 0	HOST node15.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1082389-1215222383.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1082389-1215222383.xml' 'HOME/temp.csp'
1.07/1.13	c 1	89 domains, 450 variables, 3 predicates, 0 relations, 9675 constraints
1.07/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.19	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.27	c 1	Parsing HOME/temp.csp
1.11/1.60	c 2	parsed 10000 expressions
1.11/1.61	c 2	parsed 10217 expressions
1.11/1.61	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.61	c 2	Converting to clausal form CSP
1.11/1.81	c 2	converted 1022 (10%) expressions
1.11/1.87	c 2	converted 2044 (20%) expressions
1.11/1.97	c 2	converted 3066 (30%) expressions
1.11/2.01	c 2	converted 4087 (40%) expressions
1.11/2.05	c 2	converted 5109 (50%) expressions
1.11/2.08	c 2	converted 6131 (60%) expressions
2.00/2.13	c 2	converted 7152 (70%) expressions
2.10/2.22	c 2	converted 8174 (80%) expressions
2.10/2.26	c 2	converted 9196 (90%) expressions
2.19/2.30	c 3	converted 10217 (100%) expressions
2.19/2.30	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 944
2.19/2.30	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.30	c 3	Propagation in CSP
2.19/2.40	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.40	c 3	CSP : 450 integers, 0 booleans, 9675 clauses, largest domain size 944
2.19/2.40	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.40	c 3	Simplifing CSP by introducing new Boolean variables
2.39/2.59	c 3	CSP : 450 integers, 19350 booleans, 29025 clauses, largest domain size 944
2.39/2.59	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.69	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.77	c 3	45 (10%) CSP integer variables are encoded (40067 clauses, 578885 bytes)
2.69/2.82	c 3	90 (20%) CSP integer variables are encoded (80176 clauses, 1180520 bytes)
2.69/2.87	c 3	135 (30%) CSP integer variables are encoded (120216 clauses, 1821779 bytes)
2.79/2.93	c 3	180 (40%) CSP integer variables are encoded (160226 clauses, 2501949 bytes)
2.79/2.98	c 3	225 (50%) CSP integer variables are encoded (200542 clauses, 3187321 bytes)
2.89/3.04	c 3	270 (60%) CSP integer variables are encoded (240684 clauses, 3869735 bytes)
2.89/3.09	c 3	315 (70%) CSP integer variables are encoded (281156 clauses, 4557759 bytes)
2.98/3.15	c 3	360 (80%) CSP integer variables are encoded (321538 clauses, 5244253 bytes)
3.08/3.21	c 3	405 (90%) CSP integer variables are encoded (362218 clauses, 5935813 bytes)
3.08/3.27	c 3	450 (100%) CSP integer variables are encoded (402816 clauses, 6625979 bytes)
6.23/6.44	c 7	2903 (10%) CSP clauses are encoded (2026359 clauses, 43848586 bytes)
9.38/9.67	c 10	5805 (20%) CSP clauses are encoded (3690533 clauses, 82999102 bytes)
12.53/12.86	c 13	8708 (30%) CSP clauses are encoded (5308470 clauses, 121141320 bytes)
15.68/16.10	c 16	11610 (40%) CSP clauses are encoded (6948760 clauses, 161043700 bytes)
18.84/19.29	c 20	14513 (50%) CSP clauses are encoded (8579663 clauses, 201778532 bytes)
22.14/22.61	c 23	17415 (60%) CSP clauses are encoded (10230357 clauses, 243008160 bytes)
25.33/25.91	c 26	20318 (70%) CSP clauses are encoded (11886750 clauses, 284380242 bytes)
28.47/29.19	c 29	23220 (80%) CSP clauses are encoded (13537380 clauses, 325608270 bytes)
31.76/32.57	c 33	26123 (90%) CSP clauses are encoded (15210457 clauses, 367397452 bytes)
34.97/35.90	c 36	29025 (100%) CSP clauses are encoded (16886751 clauses, 409267080 bytes)
34.97/35.90	c 36	29025 CSP clauses encoded
34.97/35.90	c 36	Writing map file : HOME/temp.map
35.07/35.91	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.07/35.92	c 36	SAT : 422616 SAT variables, 16886751 SAT clauses, 409267080 bytes
35.07/35.92	c 36	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.07/35.96	c 36	SOLVING HOME/temp.cnf
35.07/35.96	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.07/35.96	c 36	This is MiniSat 2.0 beta
35.07/35.96	c 36	WARNING: for repeatability, setting FPU to use double precision
35.07/35.96	c 36	============================[ Problem Statistics ]=============================
35.07/35.96	c 36	|                                                                             |
35.07/35.96	c 36	|  Number of variables:  422616                                               |
35.07/35.96	c 36	|  Number of clauses:    16886751                                             |
45.03/46.06	c 46	|  Parsing time:         8.65         s                                       |
45.52/46.52	c 47	============================[ Search Statistics ]==============================
45.52/46.52	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.52/46.52	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.52/46.52	c 47	===============================================================================
45.52/46.52	c 47	|         0 |  422616 16886751 50209062 |  5628917        0    nan |  0.000 % |
47.40/48.46	c 49	|       100 |  422616 16886751 50209062 |  6191808      100     27 |  0.000 % |
49.78/50.84	c 51	|       250 |  422616 16886751 50209062 |  6810989      250     22 |  0.000 % |
52.16/53.28	c 54	|       475 |  422616 16886751 50209062 |  7492088      475     21 |  0.000 % |
54.54/55.67	c 56	|       812 |  422616 16886751 50209062 |  8241297      812     32 |  0.000 % |
56.51/57.66	c 58	|      1319 |  422616 16886751 50209062 |  9065427     1319     30 |  0.000 % |
57.51/58.66	c 59	|      2079 |  422616 16886751 50209062 |  9971969     2079     24 |  0.000 % |
59.59/60.77	c 61	|      3218 |  422616 16886751 50209062 | 10969166     3218     22 |  0.000 % |
72.86/74.20	c 74	|      4926 |  422616 16886751 50209062 | 12066083     4926     25 |  0.000 % |
93.07/94.57	c 95	|      7488 |  422616 16886751 50209062 | 13272691     7488     48 |  0.000 % |
112.29/113.95	c 114	|     11333 |  422616 16886751 50209062 | 14599961    11333     41 |  0.000 % |
123.87/125.67	c 126	===============================================================================
123.98/125.70	c 126	restarts              : 11
123.98/125.70	c 126	conflicts             : 11903          (136 /sec)
123.98/125.70	c 126	decisions             : 33493          (1.21 % random) (383 /sec)
123.98/125.70	c 126	propagations          : 42524330       (486333 /sec)
123.98/125.70	c 126	conflict literals     : 481484         (7.92 % deleted)
123.98/125.70	c 126	Memory used           : 740.98 MB
123.98/125.70	c 126	CPU time              : 87.4387 s
123.98/125.70	c 126	
124.08/125.87	c 126	SATISFIABLE
124.18/126.00	c 126	DECODING HOME/temp.out WITH HOME/temp.map
124.18/126.00	c 126	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
124.30/126.08	c 126	Decoding HOME/temp.out
124.87/126.67	s SATISFIABLE
124.87/126.69	v 842 843 446 74 588 61 680 681 501 60 773 772 565 101 290 291 124 123 220 54 364 363 493 59 0 18 859 858 620 64 369 370 223 187 432 433 532 531 468 258 846 75 6 5 568 76 143 142 128 518 744 743 811 810 634 635 892 188 692 691 906 907 775 776 54 66 591 592 260 261 502 501 221 222 11 821 722 721 14 13 131 130 654 655 437 438 823 822 339 338 735 736 334 335 885 884 412 119 478 837 624 625 852 853 53 89 819 821 174 173 494 493 2 3 240 239 589 590 717 716 759 760 121 120 220 221 641 640 386 740 567 568 406 405 67 68 901 900 43 368 809 810 294 295 236 235 471 472 684 683 496 495 788 789 126 125 0 411 676 93 439 48 866 865 313 314 223 222 913 7 72 71 709 710 77 423 291 413 588 589 355 356 249 133 15 16 815 816 626 80 886 887 430 429 273 272 439 440 548 547 773 774 760 761 689 690 912 99 146 147 146 145 229 228 25 345 873 575 367 62 650 649 825 824 665 664 38 37 0 619 742 741 676 677 498 61 283 282 463 636 337 402 523 524 294 293 790 1 900 899 437 438 87 88 622 621 419 418 649 648 726 354 27 26 205 206 824 825 136 135 848 847 493 290 75 100 467 606 682 683 232 231 757 756 455 217 291 290 495 494 0 14 105 106 155 582 357 356 632 65 389 388 815 814 746 747 519 622 539 538 858 857 523 524 297 298 136 137 233 232 213 620 877 876 839 371 678 677 630 631 133 447 232 233 857 76 575 576 93 92 166 167 480 479 691 690 822 823 35 410 744 64 597 598 328 327 7 794 903 439 646 647 246 245 76 917 262 263 138 137 601 600 795 350 431 432 79 78 392 749 502 501 918 917 893 894 709 764 817 109 746 765 280 281 820 821 917 918 603 604 839 838 654 653 768 769 435 436 20 567 174 173 866 867 344 369 75 74 875 874 177 176 579 580 75 92 12 819 418 417 551 819 727 769 220 221 361 362 903 527 924 157 810 811 847 848 686 685 644 645
124.87/126.69	c 127	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
124.96/126.75	c 127	CPU 120.2 (0.04 0.01 120.16 4.77)
124.96/126.75	c 127	END Sat Jul  5 03:48:30 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-1082389-1215222383/watcher-1082389-1215222383 -o /tmp/evaluation-result-1082389-1215222383/solver-1082389-1215222383 -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/minisat -tmp=HOME/temp HOME/instance-1082389-1215222383.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.00 2.02 2.00 4/72 31848
/proc/meminfo: memFree=1764552/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=12268 CPUtime=0
/proc/31848/stat : 31848 (sugar) R 31846 31848 31713 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2001212950 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31848/statm: 3067 316 241 3 0 167 0

[startup+0.0510651 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 31848
/proc/meminfo: memFree=1764552/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=0.04
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2001212950 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10149 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 31848
/proc/meminfo: memFree=1764552/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=0.04
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001212950 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301458 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 31848
/proc/meminfo: memFree=1764552/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=0.04
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001212950 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701499 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 31848
/proc/meminfo: memFree=1764552/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=0.04
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2001212950 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31860
/proc/meminfo: memFree=1742192/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=1.11
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 973 9021 0 1 3 1 100 7 16 0 1 0 2001212950 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13600

[startup+3.10271 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31870
/proc/meminfo: memFree=1744496/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=1.11
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 974 9021 0 1 3 1 100 7 15 0 1 0 2001212950 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 797 370 3 0 500 0
[pid=31861] ppid=31848 vsize=5356 CPUtime=0
/proc/31861/stat : 31861 (sh) S 31848 31848 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001213069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31861/statm: 1339 233 193 169 0 50 0
[pid=31862] ppid=31861 vsize=868472 CPUtime=1.87
/proc/31862/stat : 31862 (java) S 31861 31848 31713 0 -1 0 10279 0 1 0 177 10 0 0 18 0 9 0 2001213069 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31862/statm: 217118 9316 2565 9 0 211665 0
[pid=31862/tid=31863] ppid=31861 vsize=868472 CPUtime=1.12
/proc/31862/task/31863/stat : 31863 (java) R 31861 31848 31713 0 -1 64 2950 0 1 0 107 5 0 0 20 0 9 0 2001213070 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4126968767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31864] ppid=31861 vsize=868472 CPUtime=0.48
/proc/31862/task/31864/stat : 31864 (java) S 31861 31848 31713 0 -1 64 5173 0 0 0 46 2 0 0 16 0 9 0 2001213072 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31861 31848 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001213072 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31861 31848 31713 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001213072 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001213074 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31861 vsize=868472 CPUtime=0.23
/proc/31862/task/31868/stat : 31868 (java) S 31861 31848 31713 0 -1 64 1464 0 0 0 22 1 0 0 16 0 9 0 2001213074 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001213074 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31861 31848 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001213074 889315328 9316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887428

[startup+6.30199 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31870
/proc/meminfo: memFree=1702192/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=1.11
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 974 9021 0 1 3 1 100 7 15 0 1 0 2001212950 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 797 370 3 0 500 0
[pid=31861] ppid=31848 vsize=5356 CPUtime=0
/proc/31861/stat : 31861 (sh) S 31848 31848 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001213069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31861/statm: 1339 233 193 169 0 50 0
[pid=31862] ppid=31861 vsize=868472 CPUtime=5.03
/proc/31862/stat : 31862 (java) S 31861 31848 31713 0 -1 0 10898 0 1 0 463 40 0 0 18 0 9 0 2001213069 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31862/statm: 217118 9332 2565 9 0 211665 0
[pid=31862/tid=31863] ppid=31861 vsize=868472 CPUtime=4.06
/proc/31862/task/31863/stat : 31863 (java) R 31861 31848 31713 0 -1 64 3554 0 1 0 375 31 0 0 25 0 9 0 2001213070 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4126836207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31864] ppid=31861 vsize=868472 CPUtime=0.67
/proc/31862/task/31864/stat : 31864 (java) S 31861 31848 31713 0 -1 64 5173 0 0 0 61 6 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31861 31848 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31861 31848 31713 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31861 vsize=868472 CPUtime=0.26
/proc/31862/task/31868/stat : 31868 (java) S 31861 31848 31713 0 -1 64 1479 0 0 0 25 1 0 0 17 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31861 31848 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887428

[startup+12.7026 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31870
/proc/meminfo: memFree=1623344/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=1.11
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 974 9021 0 1 3 1 100 7 16 0 1 0 2001212950 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 797 370 3 0 500 0
[pid=31861] ppid=31848 vsize=5356 CPUtime=0
/proc/31861/stat : 31861 (sh) S 31848 31848 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001213069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31861/statm: 1339 233 193 169 0 50 0
[pid=31862] ppid=31861 vsize=868472 CPUtime=11.32
/proc/31862/stat : 31862 (java) S 31861 31848 31713 0 -1 0 12110 0 1 0 1038 94 0 0 18 0 9 0 2001213069 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31862/statm: 217118 9332 2565 9 0 211665 0
[pid=31862/tid=31863] ppid=31861 vsize=868472 CPUtime=9.98
/proc/31862/task/31863/stat : 31863 (java) R 31861 31848 31713 0 -1 64 4766 0 1 0 920 78 0 0 25 0 9 0 2001213070 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31864] ppid=31861 vsize=868472 CPUtime=1.05
/proc/31862/task/31864/stat : 31864 (java) S 31861 31848 31713 0 -1 64 5173 0 0 0 92 13 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31861 31848 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31861 31848 31713 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31861 vsize=868472 CPUtime=0.26
/proc/31862/task/31868/stat : 31868 (java) S 31861 31848 31713 0 -1 64 1479 0 0 0 25 1 0 0 17 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31861 31848 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001213074 889315328 9332 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.5027 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 31870
/proc/meminfo: memFree=1457840/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=1.11
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 974 9021 0 1 3 1 100 7 16 0 1 0 2001212950 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 797 370 3 0 500 0
[pid=31861] ppid=31848 vsize=5356 CPUtime=0
/proc/31861/stat : 31861 (sh) S 31848 31848 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001213069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31861/statm: 1339 233 193 169 0 50 0
[pid=31862] ppid=31861 vsize=868472 CPUtime=23.83
/proc/31862/stat : 31862 (java) S 31861 31848 31713 0 -1 0 14563 0 1 0 2171 212 0 0 18 0 9 0 2001213069 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31862/statm: 217118 9332 2565 9 0 211665 0
[pid=31862/tid=31863] ppid=31861 vsize=868472 CPUtime=21.65
/proc/31862/task/31863/stat : 31863 (java) R 31861 31848 31713 0 -1 64 7219 0 1 0 1982 183 0 0 25 0 9 0 2001213070 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4127008080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31864] ppid=31861 vsize=868472 CPUtime=1.89
/proc/31862/task/31864/stat : 31864 (java) S 31861 31848 31713 0 -1 64 5173 0 0 0 163 26 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31865/stat : 31865 (java) S 31861 31848 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31861 31848 31713 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001213072 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31861 vsize=868472 CPUtime=0.26
/proc/31862/task/31868/stat : 31868 (java) S 31861 31848 31713 0 -1 64 1479 0 0 0 25 1 0 0 17 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31869] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31869/stat : 31869 (java) S 31861 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31861 vsize=868472 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31861 31848 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001213074 889315328 9332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 887428

[startup+51.1019 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 31872
/proc/meminfo: memFree=634032/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=35.1
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1033 25882 0 2 3 1 3191 315 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31871] ppid=31848 vsize=5356 CPUtime=0
/proc/31871/stat : 31871 (sh) S 31848 31848 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001216546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31871/statm: 1339 232 193 169 0 50 0
[pid=31872] ppid=31871 vsize=730396 CPUtime=14.98
/proc/31872/stat : 31872 (minisat) R 31871 31848 31713 0 -1 4194304 180549 0 0 0 1357 141 0 0 25 0 1 0 2001216546 747925504 180535 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31872/statm: 182599 180535 76 150 0 182446 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 749352

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 31872
/proc/meminfo: memFree=603760/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=35.1
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1033 25882 0 2 3 1 3191 315 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31871] ppid=31848 vsize=5356 CPUtime=0
/proc/31871/stat : 31871 (sh) S 31848 31848 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001216546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31871/statm: 1339 232 193 169 0 50 0
[pid=31872] ppid=31871 vsize=757556 CPUtime=65.7
/proc/31872/stat : 31872 (minisat) R 31871 31848 31713 0 -1 4194304 187313 0 0 0 6426 144 0 0 25 0 1 0 2001216546 775737344 187299 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/31872/statm: 189389 187299 76 150 0 189236 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 776512

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

[startup+115.103 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31872
/proc/meminfo: memFree=603376/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=35.1
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1033 25882 0 2 3 1 3191 315 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31871] ppid=31848 vsize=5356 CPUtime=0
/proc/31871/stat : 31871 (sh) S 31848 31848 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001216546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31871/statm: 1339 232 193 169 0 50 0
[pid=31872] ppid=31871 vsize=758084 CPUtime=78.38
/proc/31872/stat : 31872 (minisat) R 31871 31848 31713 0 -1 4194304 187439 0 0 0 7694 144 0 0 25 0 1 0 2001216546 776278016 187425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31872/statm: 189521 187425 76 150 0 189368 0
Current children cumulated CPU time (s) 113.48
Current children cumulated vsize (KiB) 777040

[startup+121.501 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31872
/proc/meminfo: memFree=603120/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=35.1
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1033 25882 0 2 3 1 3191 315 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31871] ppid=31848 vsize=5356 CPUtime=0
/proc/31871/stat : 31871 (sh) S 31848 31848 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001216546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31871/statm: 1339 232 193 169 0 50 0
[pid=31872] ppid=31871 vsize=758216 CPUtime=84.71
/proc/31872/stat : 31872 (minisat) R 31871 31848 31713 0 -1 4194304 187510 0 0 0 8327 144 0 0 25 0 1 0 2001216546 776413184 187496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31872/statm: 189554 187496 76 150 0 189401 0
Current children cumulated CPU time (s) 119.81
Current children cumulated vsize (KiB) 777172

[startup+124.702 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31872
/proc/meminfo: memFree=602992/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=35.1
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1033 25882 0 2 3 1 3191 315 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31871] ppid=31848 vsize=5356 CPUtime=0
/proc/31871/stat : 31871 (sh) S 31848 31848 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001216546 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31871/statm: 1339 232 193 169 0 50 0
[pid=31872] ppid=31871 vsize=758348 CPUtime=87.88
/proc/31872/stat : 31872 (minisat) R 31871 31848 31713 0 -1 4194304 187517 0 0 0 8644 144 0 0 25 0 1 0 2001216546 776548352 187503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31872/statm: 189587 187503 76 150 0 189434 0
Current children cumulated CPU time (s) 122.98
Current children cumulated vsize (KiB) 777304

[startup+126.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 31872
/proc/meminfo: memFree=602992/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=124.3
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1090 213810 0 2 4 1 11952 473 16 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 124.3
Current children cumulated vsize (KiB) 13600

[startup+126.702 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 31882
/proc/meminfo: memFree=1345648/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=124.3
/proc/31848/stat : 31848 (sugar) S 31846 31848 31713 0 -1 4194304 1091 213810 0 2 4 1 11952 473 15 0 1 0 2001212950 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31848/statm: 3400 799 370 3 0 500 0
[pid=31873] ppid=31848 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31848 31848 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001225550 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 233 193 169 0 50 0
[pid=31874] ppid=31873 vsize=864040 CPUtime=0.66
/proc/31874/stat : 31874 (java) S 31873 31848 31713 0 -1 0 3586 0 1 0 63 3 0 0 18 0 9 0 2001225551 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31874/statm: 216010 3055 1700 9 0 210585 0
[pid=31874/tid=31875] ppid=31873 vsize=864040 CPUtime=0.61
/proc/31874/task/31875/stat : 31875 (java) S 31873 31848 31713 0 -1 64 2518 0 1 0 59 2 0 0 18 0 9 0 2001225552 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31876] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31876/stat : 31876 (java) S 31873 31848 31713 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 2001225553 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31877] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31877/stat : 31877 (java) S 31873 31848 31713 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001225553 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31878] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31878/stat : 31878 (java) S 31873 31848 31713 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2001225553 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31879] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31879/stat : 31879 (java) S 31873 31848 31713 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001225555 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31880] ppid=31873 vsize=864040 CPUtime=0.04
/proc/31874/task/31880/stat : 31880 (java) S 31873 31848 31713 0 -1 64 300 0 0 0 4 0 0 0 16 0 9 0 2001225555 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31881] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31881/stat : 31881 (java) S 31873 31848 31713 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001225555 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31874/tid=31882] ppid=31873 vsize=864040 CPUtime=0
/proc/31874/task/31882/stat : 31882 (java) S 31873 31848 31713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001225555 884776960 3055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.96
Current children cumulated vsize (KiB) 882996

[startup+126.902 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 31882
/proc/meminfo: memFree=1345648/2055920 swapFree=4180972/4192956
[pid=31848] ppid=31846 vsize=13600 CPUtime=125.14
/proc/31848/stat : 31848 (sugar) R 31846 31848 31713 0 -1 4194304 1120 217687 0 3 4 17 12016 477 16 0 1 0 2001212950 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31848/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 125.14
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 126.959
CPU time (s): 125.212
CPU user time (s): 120.208
CPU system time (s): 5.00424
CPU usage (%): 98.6243
Max. virtual memory (cumulated for all children) (KiB): 887536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.208
system time used= 5.00424
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218837
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= 48105
involuntary context switches= 50527

runsolver used 0.172973 second user time and 0.427934 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 03:46:23
IDJOB=1082389
IDBENCH=57227
IDSOLVER=346
FILE ID=node15/1082389-1215222383
PBS_JOBID= 7881832
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-13.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082389-1215222383/watcher-1082389-1215222383 -o /tmp/evaluation-result-1082389-1215222383/solver-1082389-1215222383 -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/minisat" -tmp="HOME/temp" HOME/instance-1082389-1215222383.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9608280c7283b6c031d7c75c491fce9
RANDOM SEED=797623744

node15.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.229
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.229
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:       1765032 kB
Buffers:         33220 kB
Cached:         140824 kB
SwapCached:       6020 kB
Active:         188516 kB
Inactive:        43548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765032 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          65592 kB
Slab:            43956 kB
Committed_AS:  3675592 kB
PageTables:       1968 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= 66492 MiB
End job on node15 at 2008-07-05 03:48:30