Trace number 1081041

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 36.2135 36.8091

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-8.xml
MD5SUM9de4e8d0bc614ccbc86793b1abb57b97
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 benchmark36.2135
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1289
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:46:33 2008
0.00/0.04	c 0	PID 10205
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1081041-1215215193.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081041-1215215193.xml' 'HOME/temp.csp'
0.03/0.51	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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'
0.03/0.59	c 1	Parsing HOME/temp.csp
0.49/0.80	c 1	parsed 2237 expressions
0.49/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.80	c 1	Converting to clausal form CSP
0.49/0.82	c 1	converted 224 (10%) expressions
0.49/0.83	c 1	converted 448 (20%) expressions
0.49/0.90	c 1	converted 672 (30%) expressions
0.49/0.98	c 1	converted 895 (40%) expressions
0.49/1.00	c 1	converted 1119 (50%) expressions
0.96/1.02	c 1	converted 1343 (60%) expressions
0.96/1.03	c 1	converted 1566 (70%) expressions
0.96/1.03	c 1	converted 1790 (80%) expressions
0.96/1.04	c 1	converted 2014 (90%) expressions
0.96/1.05	c 1	converted 2237 (100%) expressions
0.96/1.05	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1289
0.96/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.05	c 1	Propagation in CSP
1.05/1.15	c 1	165690 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.15	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 626
1.05/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.18	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 626
1.05/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.25	c 1	23 (10%) CSP integer variables are encoded (10031 clauses, 128369 bytes)
1.14/1.26	c 1	45 (20%) CSP integer variables are encoded (18060 clauses, 248804 bytes)
1.14/1.27	c 1	68 (30%) CSP integer variables are encoded (30946 clauses, 442094 bytes)
1.14/1.29	c 1	90 (40%) CSP integer variables are encoded (41775 clauses, 604529 bytes)
1.24/1.30	c 1	113 (50%) CSP integer variables are encoded (55634 clauses, 812414 bytes)
1.24/1.31	c 1	135 (60%) CSP integer variables are encoded (66435 clauses, 974429 bytes)
1.24/1.33	c 1	158 (70%) CSP integer variables are encoded (78243 clauses, 1151549 bytes)
1.24/1.34	c 1	180 (80%) CSP integer variables are encoded (88305 clauses, 1302479 bytes)
1.24/1.35	c 1	203 (90%) CSP integer variables are encoded (99746 clauses, 1474094 bytes)
1.24/1.37	c 1	225 (100%) CSP integer variables are encoded (112275 clauses, 1686988 bytes)
1.43/1.56	c 2	494 (10%) CSP clauses are encoded (201909 clauses, 3596218 bytes)
1.53/1.69	c 2	987 (20%) CSP clauses are encoded (265372 clauses, 4964428 bytes)
1.73/1.83	c 2	1481 (30%) CSP clauses are encoded (332370 clauses, 6474402 bytes)
1.83/1.98	c 2	1974 (40%) CSP clauses are encoded (411016 clauses, 8239753 bytes)
2.04/2.17	c 2	2468 (50%) CSP clauses are encoded (510006 clauses, 10465470 bytes)
2.23/2.35	c 2	2961 (60%) CSP clauses are encoded (602632 clauses, 12547089 bytes)
2.42/2.55	c 3	3455 (70%) CSP clauses are encoded (708447 clauses, 14912518 bytes)
2.62/2.74	c 3	3948 (80%) CSP clauses are encoded (809252 clauses, 17161545 bytes)
2.82/2.92	c 3	4442 (90%) CSP clauses are encoded (910138 clauses, 19387321 bytes)
2.92/3.09	c 3	4935 (100%) CSP clauses are encoded (1011529 clauses, 21519026 bytes)
2.92/3.09	c 3	4935 CSP clauses encoded
2.92/3.10	c 3	Writing map file : HOME/temp.map
3.01/3.10	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.10	c 3	SAT : 115650 SAT variables, 1011529 SAT clauses, 21519026 bytes
3.01/3.10	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.12	c 3	SOLVING HOME/temp.cnf
3.01/3.12	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.01/3.12	c 3	This is MiniSat 2.0 beta
3.01/3.12	c 3	WARNING: for repeatability, setting FPU to use double precision
3.01/3.12	c 3	============================[ Problem Statistics ]=============================
3.01/3.12	c 3	|                                                                             |
3.01/3.12	c 3	|  Number of variables:  115650                                               |
3.01/3.12	c 3	|  Number of clauses:    1011529                                              |
3.49/3.67	c 4	|  Parsing time:         0.47         s                                       |
3.59/3.70	c 4	============================[ Search Statistics ]==============================
3.59/3.70	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.59/3.70	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.59/3.70	c 4	===============================================================================
3.59/3.70	c 4	|         0 |  115070  1010949  2811315 |   336983        0    nan |  0.000 % |
3.98/4.17	c 4	|       102 |  115070  1010949  2811315 |   370681      102     10 |  0.502 % |
5.07/5.26	c 5	|       252 |  115070  1010949  2811315 |   407749      252     14 |  0.502 % |
6.45/6.66	c 7	|       478 |  115070  1010949  2811315 |   448524      478     14 |  0.502 % |
8.71/8.91	c 9	|       816 |  115070  1010949  2811315 |   493376      816     15 |  0.502 % |
12.16/12.43	c 12	|      1322 |  115070  1010949  2811315 |   542714     1322     16 |  0.502 % |
17.09/17.49	c 18	|      2081 |  115070  1010949  2811315 |   596985     2081     16 |  0.502 % |
25.06/25.58	c 26	|      3221 |  115070  1010949  2811315 |   656684     3221     17 |  0.502 % |
34.82/35.45	c 36	|      4929 |  115070  1010949  2811315 |   722352     4929     20 |  0.502 % |
35.80/36.41	c 36	===============================================================================
35.80/36.42	c 36	restarts              : 9
35.80/36.42	c 36	conflicts             : 5073           (155 /sec)
35.80/36.42	c 36	decisions             : 8221           (1.08 % random) (251 /sec)
35.80/36.42	c 36	propagations          : 63346252       (1935831 /sec)
35.80/36.42	c 36	conflict literals     : 99230          (28.88 % deleted)
35.80/36.42	c 36	Memory used           : 52.75 MB
35.80/36.42	c 36	CPU time              : 32.723 s
35.80/36.42	c 36	
35.80/36.47	c 37	SATISFIABLE
35.80/36.48	c 37	DECODING HOME/temp.out WITH HOME/temp.map
35.80/36.48	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.91/36.56	c 37	Decoding HOME/temp.out
35.91/36.75	s SATISFIABLE
35.91/36.76	v 44 137 152 264 376 466 519 526 605 699 720 740 796 939 1042 0 34 35 75 149 196 269 365 445 532 668 756 873 947 1286 17 105 243 329 385 549 618 713 754 793 805 807 906 933 1128 299 349 365 392 464 512 544 611 644 723 807 962 1007 1063 1140 20 115 152 190 363 386 482 580 632 713 775 1059 1147 1191 1271 90 197 416 510 524 610 784 818 884 942 1036 1114 1128 1131 1227 350 404 569 659 674 711 736 846 922 938 1012 1054 1134 1168 1260 203 325 350 399 579 639 687 746 814 865 900 1030 1085 1145 1191 235 308 396 471 606 730 739 773 861 939 959 1048 1107 1185 1248 75 217 260 460 674 688 694 738 826 985 1068 1136 1175 1208 1282 2 22 112 167 192 280 372 466 535 624 707 830 868 1025 1203 21 71 135 223 340 375 448 508 549 739 779 992 1029 1071 1165 150 169 210 244 319 350 486 558 765 897 947 976 1032 1201 1251 130 459 568 604 654 730 745 776 865 952 1010 1111 1134 1153 1196 168 245 290 371 443 513 519 782 806 830 874 878 1005 1104 1123
35.91/36.76	c 37	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
36.19/36.80	c 37	CPU 35.78 (0.04 0.01 35.74 0.4)
36.19/36.80	c 37	END Sat Jul  5 01:47:10 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-1081041-1215215193/watcher-1081041-1215215193 -o /tmp/evaluation-result-1081041-1215215193/solver-1081041-1215215193 -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-1081041-1215215193.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.99 1.99 1.99 4/93 10205
/proc/meminfo: memFree=1415880/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=12272 CPUtime=0
/proc/10205/stat : 10205 (sugar) R 10203 10205 8516 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2000494344 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/10205/statm: 3068 327 246 3 0 168 0

[startup+0.0519339 s]
/proc/loadavg: 1.99 1.99 1.99 4/93 10205
/proc/meminfo: memFree=1415880/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000494344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102308 s]
/proc/loadavg: 1.99 1.99 1.99 4/93 10205
/proc/meminfo: memFree=1415880/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000494344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301327 s]
/proc/loadavg: 1.99 1.99 1.99 4/93 10205
/proc/meminfo: memFree=1415880/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2000494344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701366 s]
/proc/loadavg: 1.99 1.99 1.99 4/93 10205
/proc/meminfo: memFree=1415880/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.49
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 973 5121 0 1 3 0 42 4 16 0 1 0 2000494344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 1.99 1.99 1.99 3/104 10227
/proc/meminfo: memFree=1402224/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.49
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 974 5121 0 1 3 0 42 4 15 0 1 0 2000494344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 8516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000494395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=868368 CPUtime=0.94
/proc/10219/stat : 10219 (java) S 10218 10205 8516 0 -1 0 6894 0 1 0 88 6 0 0 20 0 9 0 2000494396 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10219/statm: 217092 6021 2563 9 0 211639 0
[pid=10219/tid=10220] ppid=10218 vsize=868368 CPUtime=0.63
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 8516 0 -1 64 2797 0 1 0 59 4 0 0 25 0 9 0 2000494397 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10221] ppid=10218 vsize=868368 CPUtime=0.09
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 8516 0 -1 64 1920 0 0 0 8 1 0 0 16 0 9 0 2000494398 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10222] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 8516 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000494398 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10223] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 8516 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000494398 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10224] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 8516 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000494400 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10225] ppid=10218 vsize=868368 CPUtime=0.2
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 8516 0 -1 64 1484 0 0 0 20 0 0 0 16 0 9 0 2000494400 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10226] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 8516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000494400 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10227] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 8516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000494400 889208832 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887324

[startup+3.1026 s]
/proc/loadavg: 1.99 1.99 1.99 3/104 10227
/proc/meminfo: memFree=1389808/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=0.5
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 974 5121 0 1 4 0 42 4 15 0 1 0 2000494344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 797 370 3 0 500 0
[pid=10218] ppid=10205 vsize=5356 CPUtime=0
/proc/10218/stat : 10218 (sh) S 10205 10205 8516 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000494395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10218/statm: 1339 233 193 169 0 50 0
[pid=10219] ppid=10218 vsize=868368 CPUtime=2.51
/proc/10219/stat : 10219 (java) S 10218 10205 8516 0 -1 0 7409 0 1 0 229 22 0 0 20 0 9 0 2000494396 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10219/statm: 217092 6039 2565 9 0 211639 0
[pid=10219/tid=10220] ppid=10218 vsize=868368 CPUtime=2.06
/proc/10219/task/10220/stat : 10220 (java) R 10218 10205 8516 0 -1 64 3299 0 1 0 190 16 0 0 25 0 9 0 2000494397 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10221] ppid=10218 vsize=868368 CPUtime=0.2
/proc/10219/task/10221/stat : 10221 (java) S 10218 10205 8516 0 -1 64 1920 0 0 0 16 4 0 0 16 0 9 0 2000494398 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10222] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10222/stat : 10222 (java) S 10218 10205 8516 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000494398 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10223] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10223/stat : 10223 (java) S 10218 10205 8516 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000494398 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10224] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10224/stat : 10224 (java) S 10218 10205 8516 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2000494400 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10225] ppid=10218 vsize=868368 CPUtime=0.22
/proc/10219/task/10225/stat : 10225 (java) S 10218 10205 8516 0 -1 64 1497 0 0 0 22 0 0 0 16 0 9 0 2000494400 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10226] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10226/stat : 10226 (java) S 10218 10205 8516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000494400 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10219/tid=10227] ppid=10218 vsize=868368 CPUtime=0
/proc/10219/task/10227/stat : 10227 (java) S 10218 10205 8516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000494400 889208832 6039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887324

[startup+6.3019 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1341488/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=52928 CPUtime=3.12
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12739 0 0 0 304 8 0 0 25 0 1 0 2000494656 54198272 12725 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13232 12725 75 150 0 13079 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 71884

[startup+12.7025 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1341240/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53372 CPUtime=9.43
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12787 0 0 0 935 8 0 0 25 0 1 0 2000494656 54652928 12773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13343 12773 75 150 0 13190 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 72328

[startup+25.5017 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340984/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53504 CPUtime=22.03
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12844 0 0 0 2195 8 0 0 25 0 1 0 2000494656 54788096 12830 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13376 12830 75 150 0 13223 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 72460

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

[startup+31.9063 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340792/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53768 CPUtime=28.34
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12894 0 0 0 2826 8 0 0 25 0 1 0 2000494656 55058432 12880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13442 12880 75 150 0 13289 0
Current children cumulated CPU time (s) 31.37
Current children cumulated vsize (KiB) 72724

[startup+35.1016 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340728/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53768 CPUtime=31.5
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12912 0 0 0 3142 8 0 0 25 0 1 0 2000494656 55058432 12898 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13442 12898 75 150 0 13289 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 72724

[startup+35.9017 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340728/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53768 CPUtime=32.28
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12919 0 0 0 3220 8 0 0 25 0 1 0 2000494656 55058432 12905 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13442 12905 75 150 0 13289 0
Current children cumulated CPU time (s) 35.31
Current children cumulated vsize (KiB) 72724

[startup+36.3067 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340600/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=3.03
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1033 12829 0 2 4 0 272 27 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
[pid=10228] ppid=10205 vsize=5356 CPUtime=0
/proc/10228/stat : 10228 (sh) S 10205 10205 8516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000494656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10228/statm: 1339 232 193 169 0 50 0
[pid=10229] ppid=10228 vsize=53768 CPUtime=32.68
/proc/10229/stat : 10229 (minisat) R 10228 10205 8516 0 -1 4194304 12920 0 0 0 3260 8 0 0 25 0 1 0 2000494656 55058432 12906 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/10229/statm: 13442 12906 75 150 0 13289 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 72724

[startup+36.7018 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340600/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=35.91
/proc/10205/stat : 10205 (sugar) S 10203 10205 8516 0 -1 4194304 1090 26081 0 2 4 1 3549 37 16 0 1 0 2000494344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10205/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 35.91
Current children cumulated vsize (KiB) 13600

[startup+36.8018 s]
/proc/loadavg: 1.99 1.99 1.99 3/96 10229
/proc/meminfo: memFree=1340600/2055920 swapFree=4179560/4192956
[pid=10205] ppid=10203 vsize=13600 CPUtime=36.19
/proc/10205/stat : 10205 (sugar) R 10203 10205 8516 0 -1 4194304 1119 29858 0 3 4 1 3574 40 15 0 1 0 2000494344 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10205/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.8091
CPU time (s): 36.2135
CPU user time (s): 35.7876
CPU system time (s): 0.425935
CPU usage (%): 98.382
Max. virtual memory (cumulated for all children) (KiB): 887324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7876
system time used= 0.425935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31007
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= 6531
involuntary context switches= 7545

runsolver used 0.037994 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 01:46:33
IDJOB=1081041
IDBENCH=57059
IDSOLVER=346
FILE ID=node8/1081041-1215215193
PBS_JOBID= 7881728
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-8.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-1081041-1215215193/watcher-1081041-1215215193 -o /tmp/evaluation-result-1081041-1215215193/solver-1081041-1215215193 -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-1081041-1215215193.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9de4e8d0bc614ccbc86793b1abb57b97
RANDOM SEED=510983422

node8.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.222
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.222
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:       1416360 kB
Buffers:         60868 kB
Cached:         410952 kB
SwapCached:       6900 kB
Active:         282648 kB
Inactive:       295176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416360 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         122876 kB
Slab:            46288 kB
Committed_AS:  4029296 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node8 at 2008-07-05 01:47:10