Trace number 1060074

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 16.9004 17.0501

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-3.xml
MD5SUM5e792bc79615f181544eb9a50a682e17
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 benchmark0.350946
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size993
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.33	c 0	Sugar v1-13 + HOME/minisat
0.01/0.33	c 0	BEGIN Tue Jul  8 02:32:58 2008
0.01/0.33	c 0	PID 2843
0.01/0.33	c 0	HOST node53.alineos.net
0.01/0.33	c 0	CONVERTING HOME/instance-1060074-1215477177.xml TO HOME/temp.csp
0.01/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060074-1215477177.xml' 'HOME/temp.csp'
0.03/0.80	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.03/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 0	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'
0.59/0.91	c 0	Parsing HOME/temp.csp
0.80/1.09	c 1	parsed 3601 expressions
0.80/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.10	c 1	Converting to clausal form CSP
0.90/1.12	c 1	converted 361 (10%) expressions
0.90/1.18	c 1	converted 721 (20%) expressions
1.03/1.21	c 1	converted 1081 (30%) expressions
1.03/1.25	c 1	converted 1441 (40%) expressions
1.03/1.27	c 1	converted 1801 (50%) expressions
1.03/1.28	c 1	converted 2161 (60%) expressions
1.03/1.29	c 1	converted 2521 (70%) expressions
1.03/1.30	c 1	converted 2881 (80%) expressions
1.20/1.31	c 1	converted 3241 (90%) expressions
1.20/1.32	c 1	converted 3601 (100%) expressions
1.20/1.32	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 993
1.20/1.32	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.32	c 1	Propagation in CSP
1.20/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.35	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 993
1.20/1.35	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.43	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 993
1.31/1.43	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.51	c 1	23 (10%) CSP integer variables are encoded (21708 clauses, 303498 bytes)
1.42/1.54	c 1	45 (20%) CSP integer variables are encoded (42493 clauses, 615273 bytes)
1.42/1.56	c 1	68 (30%) CSP integer variables are encoded (64236 clauses, 941418 bytes)
1.42/1.58	c 1	90 (40%) CSP integer variables are encoded (85007 clauses, 1252983 bytes)
1.52/1.61	c 1	113 (50%) CSP integer variables are encoded (106807 clauses, 1593810 bytes)
1.52/1.63	c 1	135 (60%) CSP integer variables are encoded (127617 clauses, 1947580 bytes)
1.52/1.66	c 1	158 (70%) CSP integer variables are encoded (149031 clauses, 2311618 bytes)
1.52/1.68	c 1	180 (80%) CSP integer variables are encoded (169830 clauses, 2665201 bytes)
1.63/1.71	c 1	203 (90%) CSP integer variables are encoded (191428 clauses, 3032367 bytes)
1.63/1.74	c 1	225 (100%) CSP integer variables are encoded (212072 clauses, 3383315 bytes)
2.62/2.75	c 2	945 (10%) CSP clauses are encoded (780693 clauses, 16075253 bytes)
3.63/3.75	c 3	1890 (20%) CSP clauses are encoded (1347640 clauses, 29318175 bytes)
4.62/4.75	c 4	2835 (30%) CSP clauses are encoded (1910201 clauses, 42480872 bytes)
5.61/5.78	c 5	3780 (40%) CSP clauses are encoded (2479166 clauses, 55806426 bytes)
6.60/6.79	c 6	4725 (50%) CSP clauses are encoded (3042117 clauses, 69001061 bytes)
7.70/7.80	c 7	5670 (60%) CSP clauses are encoded (3608892 clauses, 82351869 bytes)
8.71/8.84	c 8	6615 (70%) CSP clauses are encoded (4181263 clauses, 96618501 bytes)
9.71/9.83	c 9	7560 (80%) CSP clauses are encoded (4735536 clauses, 110463041 bytes)
10.68/10.85	c 10	8505 (90%) CSP clauses are encoded (5302381 clauses, 124621881 bytes)
11.65/11.89	c 11	9450 (100%) CSP clauses are encoded (5860554 clauses, 138563921 bytes)
11.65/11.89	c 11	9450 CSP clauses encoded
11.65/11.89	c 11	Writing map file : HOME/temp.map
11.65/11.89	c 11	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.65/11.89	c 11	SAT : 218597 SAT variables, 5860554 SAT clauses, 138563921 bytes
11.65/11.89	c 11	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.75/11.92	c 12	SOLVING HOME/temp.cnf
11.75/11.92	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.75/11.93	c 12	This is MiniSat 2.0 beta
11.75/11.93	c 12	WARNING: for repeatability, setting FPU to use double precision
11.75/11.93	c 12	============================[ Problem Statistics ]=============================
11.75/11.93	c 12	|                                                                             |
11.75/11.93	c 12	|  Number of variables:  218597                                               |
11.75/11.93	c 12	|  Number of clauses:    5860554                                              |
15.02/15.20	c 15	|  Parsing time:         2.87         s                                       |
15.12/15.36	c 15	============================[ Search Statistics ]==============================
15.12/15.36	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.12/15.36	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.12/15.36	c 15	===============================================================================
15.12/15.36	c 15	|         0 |  218597  5860554 17353840 |  1953518        0    nan |  0.000 % |
15.72/15.94	c 16	|       103 |  218597  5860554 17353840 |  2148869      103     21 |  0.000 % |
16.31/16.52	c 16	===============================================================================
16.31/16.53	c 16	restarts              : 2
16.31/16.53	c 16	conflicts             : 149            (36 /sec)
16.31/16.53	c 16	decisions             : 1484           (1.01 % random) (358 /sec)
16.31/16.53	c 16	propagations          : 591951         (142764 /sec)
16.31/16.53	c 16	conflict literals     : 2760           (8.06 % deleted)
16.31/16.53	c 16	Memory used           : 273.39 MB
16.31/16.53	c 16	CPU time              : 4.14637 s
16.31/16.53	c 16	
16.41/16.61	c 16	SATISFIABLE
16.41/16.66	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.41/16.66	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.47/16.73	c 16	Decoding HOME/temp.out
16.47/16.95	s SATISFIABLE
16.47/16.96	v 218 591 73 938 437 302 856 473 719 128 646 4 37 18 373 468 722 836 320 356 433 42 921 242 3 150 84 10 609 137 99 532 31 697 554 288 341 911 15 822 456 3 475 126 213 799 612 776 682 287 376 177 241 20 2 70 116 717 502 539 905 782 589 560 818 26 238 953 517 343 479 21 623 388 197 224 679 769 106 244 897 607 883 514 228 27 73 458 276 859 918 409 877 350 134 616 721 386 834 772 482 23 533 217 892 60 701 799 568 124 254 920 230 313 757 240 130 180 1 12 214 24 441 43 626 537 0 896 834 371 1 807 703 458 331 965 796 17 523 51 875 699 243 288 349 612 482 291 140 442 819 529 641 777 670 432 359 171 801 0 606 95 304 735 215 926 841 781 752 0 226 715 63 17 294 57 131 62 215 423 714 528 381 726 276 552 505 110 31 490 687 458 213 186 621 909 951 794 347 294 217 817 704 445 0 109 127 273 610 532 299 765 698 162 112 439 599 780 882 608 721 960 510 786 361
16.47/16.96	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.47/16.98	c 17	CPU 15.27 (0.03 0.01 15.24 1.52)
16.47/16.98	c 17	END Tue Jul  8 02:33:15 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-1060074-1215477177/watcher-1060074-1215477177 -o /tmp/evaluation-result-1060074-1215477177/solver-1060074-1215477177 -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-1060074-1215477177.xml 

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


[startup+0 s]
/proc/loadavg: 1.23 1.05 1.02 3/82 2843
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=18572 CPUtime=0
/proc/2843/stat : 2843 (runsolver) D 2841 2843 2694 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 4417107 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269930261799 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2843/statm: 4643 292 257 25 0 2626 0

[startup+0.0856259 s]
/proc/loadavg: 1.23 1.05 1.02 3/82 2843
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=11864 CPUtime=0
/proc/2843/stat : 2843 (sugar) D 2841 2843 2694 0 -1 4194304 124 0 2 0 0 0 0 0 18 0 1 0 4417107 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 269949799736 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2843/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.101628 s]
/proc/loadavg: 1.23 1.05 1.02 3/82 2843
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=11864 CPUtime=0
/proc/2843/stat : 2843 (sugar) D 2841 2843 2694 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 4417107 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 269950748496 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2843/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301669 s]
/proc/loadavg: 1.23 1.05 1.02 3/82 2843
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=12676 CPUtime=0.01
/proc/2843/stat : 2843 (sugar) D 2841 2843 2694 0 -1 4194304 515 0 16 0 0 1 0 0 18 0 1 0 4417107 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/2843/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.702754 s]
/proc/loadavg: 1.23 1.05 1.02 3/82 2843
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=0.03
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 884 127 16 0 2 1 0 0 16 0 1 0 4417107 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 1.23 1.05 1.02 3/93 2865
/proc/meminfo: memFree=1141784/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=0.6
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 958 6741 16 1 3 1 53 3 16 0 1 0 4417107 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2843/statm: 3400 797 370 3 0 500 0
[pid=2856] ppid=2843 vsize=5356 CPUtime=0
/proc/2856/stat : 2856 (sh) S 2843 2843 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417192 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2856/statm: 1339 233 193 169 0 50 0
[pid=2857] ppid=2856 vsize=869388 CPUtime=0.82
/proc/2857/stat : 2857 (java) S 2856 2843 2694 0 -1 0 7490 0 1 0 78 4 0 0 18 0 9 0 4417192 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2857/statm: 217347 6690 2563 9 0 211894 0
[pid=2857/tid=2858] ppid=2856 vsize=869388 CPUtime=0.46
/proc/2857/task/2858/stat : 2858 (java) R 2856 2843 2694 0 -1 64 2715 0 1 0 44 2 0 0 17 0 9 0 4417193 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4126835055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2859] ppid=2856 vsize=869388 CPUtime=0.14
/proc/2857/task/2859/stat : 2859 (java) S 2856 2843 2694 0 -1 64 2561 0 0 0 13 1 0 0 16 0 9 0 4417194 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2860] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2860/stat : 2860 (java) S 2856 2843 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4417194 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2861] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2861/stat : 2861 (java) S 2856 2843 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4417194 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2862] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2862/stat : 2862 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4417196 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2863] ppid=2856 vsize=869388 CPUtime=0.19
/proc/2857/task/2863/stat : 2863 (java) S 2856 2843 2694 0 -1 64 1521 0 0 0 19 0 0 0 16 0 9 0 4417196 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2864] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2864/stat : 2864 (java) S 2856 2843 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4417196 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2865] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2865/stat : 2865 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4417196 890253312 6690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 888344

[startup+3.10223 s]
/proc/loadavg: 1.23 1.05 1.02 2/93 2865
/proc/meminfo: memFree=1122776/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=0.6
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 958 6741 16 1 3 1 53 3 16 0 1 0 4417107 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2843/statm: 3400 797 370 3 0 500 0
[pid=2856] ppid=2843 vsize=5356 CPUtime=0
/proc/2856/stat : 2856 (sh) S 2843 2843 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417192 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2856/statm: 1339 233 193 169 0 50 0
[pid=2857] ppid=2856 vsize=869388 CPUtime=2.43
/proc/2857/stat : 2857 (java) S 2856 2843 2694 0 -1 0 8048 0 1 0 223 20 0 0 18 0 9 0 4417192 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2857/statm: 217347 6708 2564 9 0 211894 0
[pid=2857/tid=2858] ppid=2856 vsize=869388 CPUtime=1.94
/proc/2857/task/2858/stat : 2858 (java) R 2856 2843 2694 0 -1 64 3257 0 1 0 180 14 0 0 16 0 9 0 4417193 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2859] ppid=2856 vsize=869388 CPUtime=0.25
/proc/2857/task/2859/stat : 2859 (java) S 2856 2843 2694 0 -1 64 2561 0 0 0 21 4 0 0 16 0 9 0 4417194 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2860] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2860/stat : 2860 (java) S 2856 2843 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4417194 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2861] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2861/stat : 2861 (java) S 2856 2843 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4417194 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2862] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2862/stat : 2862 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4417196 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2863] ppid=2856 vsize=869388 CPUtime=0.21
/proc/2857/task/2863/stat : 2863 (java) S 2856 2843 2694 0 -1 64 1537 0 0 0 21 0 0 0 16 0 9 0 4417196 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2864] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2864/stat : 2864 (java) S 2856 2843 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4417196 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2865] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2865/stat : 2865 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4417196 890253312 6708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 888344

[startup+6.30186 s]
/proc/loadavg: 1.21 1.05 1.02 2/93 2865
/proc/meminfo: memFree=1078424/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=0.6
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 958 6741 16 1 3 1 53 3 16 0 1 0 4417107 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2843/statm: 3400 797 370 3 0 500 0
[pid=2856] ppid=2843 vsize=5356 CPUtime=0
/proc/2856/stat : 2856 (sh) S 2843 2843 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4417192 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2856/statm: 1339 233 193 169 0 50 0
[pid=2857] ppid=2856 vsize=869388 CPUtime=5.6
/proc/2857/stat : 2857 (java) S 2856 2843 2694 0 -1 0 9141 0 1 0 515 45 0 0 18 0 9 0 4417192 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2857/statm: 217347 6711 2564 9 0 211894 0
[pid=2857/tid=2858] ppid=2856 vsize=869388 CPUtime=4.89
/proc/2857/task/2858/stat : 2858 (java) R 2856 2843 2694 0 -1 64 4346 0 1 0 455 34 0 0 16 0 9 0 4417193 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4126584821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2859] ppid=2856 vsize=869388 CPUtime=0.47
/proc/2857/task/2859/stat : 2859 (java) S 2856 2843 2694 0 -1 64 2561 0 0 0 37 10 0 0 16 0 9 0 4417194 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2860] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2860/stat : 2860 (java) S 2856 2843 2694 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4417194 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2861] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2861/stat : 2861 (java) S 2856 2843 2694 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4417194 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2862] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2862/stat : 2862 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4417196 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2863] ppid=2856 vsize=869388 CPUtime=0.22
/proc/2857/task/2863/stat : 2863 (java) S 2856 2843 2694 0 -1 64 1541 0 0 0 22 0 0 0 16 0 9 0 4417196 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2857/tid=2864] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2864/stat : 2864 (java) S 2856 2843 2694 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4417196 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2857/tid=2865] ppid=2856 vsize=869388 CPUtime=0
/proc/2857/task/2865/stat : 2865 (java) S 2856 2843 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4417196 890253312 6711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 888344

[startup+12.7011 s]
/proc/loadavg: 1.20 1.05 1.01 3/85 2867
/proc/meminfo: memFree=992152/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=11.78
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 1017 18116 16 2 3 1 1071 103 16 0 1 0 4417107 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 799 370 3 0 500 0
[pid=2866] ppid=2843 vsize=5356 CPUtime=0
/proc/2866/stat : 2866 (sh) S 2843 2843 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4418300 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2866/statm: 1339 232 193 169 0 50 0
[pid=2867] ppid=2866 vsize=71776 CPUtime=0.76
/proc/2867/stat : 2867 (minisat) R 2866 2843 2694 0 -1 4194304 16919 0 0 0 67 9 0 0 25 0 1 0 4418300 73498624 16905 996147200 134512640 135127466 4294956256 18446744073709551615 134697603 0 0 4096 3 0 0 0 17 1 0 0
/proc/2867/statm: 17944 16905 62 150 0 17791 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 90732

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

[startup+14.3064 s]
/proc/loadavg: 1.18 1.05 1.01 2/85 2867
/proc/meminfo: memFree=833048/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=11.78
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 1017 18116 16 2 3 1 1071 103 16 0 1 0 4417107 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 799 370 3 0 500 0
[pid=2866] ppid=2843 vsize=5356 CPUtime=0
/proc/2866/stat : 2866 (sh) S 2843 2843 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4418300 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2866/statm: 1339 232 193 169 0 50 0
[pid=2867] ppid=2866 vsize=189480 CPUtime=2.35
/proc/2867/stat : 2867 (minisat) R 2866 2843 2694 0 -1 4194304 45485 0 0 0 207 28 0 0 25 0 1 0 4418300 194027520 45471 996147200 134512640 135127466 4294956256 18446744073709551615 134513809 0 0 4096 3 0 0 0 17 1 0 0
/proc/2867/statm: 47370 45472 62 150 0 47217 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 208436

[startup+15.9028 s]
/proc/loadavg: 1.18 1.05 1.01 2/85 2867
/proc/meminfo: memFree=760856/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=11.78
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 1017 18116 16 2 3 1 1071 103 15 0 1 0 4417107 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 799 370 3 0 500 0
[pid=2866] ppid=2843 vsize=5356 CPUtime=0
/proc/2866/stat : 2866 (sh) S 2843 2843 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4418300 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2866/statm: 1339 232 193 169 0 50 0
[pid=2867] ppid=2866 vsize=272848 CPUtime=3.94
/proc/2867/stat : 2867 (minisat) R 2866 2843 2694 0 -1 4194304 65307 0 0 0 353 41 0 0 25 0 1 0 4418300 279396352 65293 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2867/statm: 68212 65293 72 150 0 68059 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 291804

[startup+16.7019 s]
/proc/loadavg: 1.18 1.05 1.01 2/85 2867
/proc/meminfo: memFree=740760/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=16.47
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 1055 85459 16 2 3 1 1493 150 15 0 1 0 4417107 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 13600

[startup+16.902 s]
/proc/loadavg: 1.18 1.05 1.01 2/85 2867
/proc/meminfo: memFree=740760/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=16.47
/proc/2843/stat : 2843 (sugar) S 2841 2843 2694 0 -1 4194304 1074 85459 16 2 3 1 1493 150 15 0 1 0 4417107 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2843/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 13600

[startup+17.002 s]
/proc/loadavg: 1.18 1.05 1.01 2/85 2867
/proc/meminfo: memFree=740760/2055920 swapFree=4192956/4192956
[pid=2843] ppid=2841 vsize=13600 CPUtime=16.82
/proc/2843/stat : 2843 (sugar) R 2841 2843 2694 0 -1 4194304 1103 89257 16 3 3 3 1524 152 16 0 1 0 4417107 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2843/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 17.0501
CPU time (s): 16.9004
CPU user time (s): 15.2847
CPU system time (s): 1.61575
CPU usage (%): 99.1224
Max. virtual memory (cumulated for all children) (KiB): 888344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2847
system time used= 1.61575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90390
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12467
involuntary context switches= 6109

runsolver used 0.025996 second user time and 0.055991 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-08 02:32:58
IDJOB=1060074
IDBENCH=54404
IDSOLVER=346
FILE ID=node53/1060074-1215477177
PBS_JOBID= 7888709
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-3.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-1060074-1215477177/watcher-1060074-1215477177 -o /tmp/evaluation-result-1060074-1215477177/solver-1060074-1215477177 -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-1060074-1215477177.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e792bc79615f181544eb9a50a682e17
RANDOM SEED=1719391010

node53.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1152152 kB
Buffers:         30068 kB
Cached:          81996 kB
SwapCached:          0 kB
Active:         823924 kB
Inactive:        48576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:         780644 kB
Slab:            15252 kB
Committed_AS:   851520 kB
PageTables:       3256 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= 65124 MiB
End job on node53 at 2008-07-08 02:33:15