Trace number 1092583

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 18.9771 19.299

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-7.xml
MD5SUM933af775481748d76719206dbc8b6623
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 benchmark18.9771
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1715
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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 18:42:41 2008
0.00/0.05	c 0	PID 15581
0.03/0.05	c 0	HOST node48.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1092583-1215276161.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092583-1215276161.xml' 'HOME/temp.csp'
0.03/0.92	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.93/1.03	c 1	Parsing HOME/temp.csp
1.32/1.49	c 2	parsed 4982 expressions
1.32/1.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.49	c 2	Converting to clausal form CSP
1.42/1.52	c 2	converted 499 (10%) expressions
1.42/1.59	c 2	converted 997 (20%) expressions
1.62/1.70	c 2	converted 1495 (30%) expressions
1.62/1.73	c 2	converted 1993 (40%) expressions
1.62/1.75	c 2	converted 2491 (50%) expressions
1.62/1.76	c 2	converted 2990 (60%) expressions
1.62/1.78	c 2	converted 3488 (70%) expressions
1.62/1.79	c 2	converted 3986 (80%) expressions
1.72/1.81	c 2	converted 4484 (90%) expressions
1.72/1.86	c 2	converted 4982 (100%) expressions
1.72/1.86	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1715
1.72/1.86	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.86	c 2	Propagation in CSP
2.02/2.13	c 2	383838 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.13	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 945
2.02/2.13	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.24	c 3	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 945
2.12/2.24	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.35	c 3	40 (10%) CSP integer variables are encoded (33260 clauses, 476784 bytes)
2.21/2.39	c 3	80 (20%) CSP integer variables are encoded (64240 clauses, 941484 bytes)
2.31/2.42	c 3	120 (30%) CSP integer variables are encoded (88880 clauses, 1311084 bytes)
2.31/2.45	c 3	160 (40%) CSP integer variables are encoded (114960 clauses, 1732481 bytes)
2.31/2.48	c 3	200 (50%) CSP integer variables are encoded (136680 clauses, 2101721 bytes)
2.40/2.53	c 3	240 (60%) CSP integer variables are encoded (170640 clauses, 2679041 bytes)
2.40/2.56	c 3	280 (70%) CSP integer variables are encoded (191700 clauses, 3037061 bytes)
2.50/2.61	c 3	320 (80%) CSP integer variables are encoded (224800 clauses, 3599761 bytes)
2.50/2.65	c 3	360 (90%) CSP integer variables are encoded (253220 clauses, 4082901 bytes)
2.50/2.68	c 3	400 (100%) CSP integer variables are encoded (281560 clauses, 4564681 bytes)
3.19/3.36	c 4	1178 (10%) CSP clauses are encoded (595438 clauses, 11614957 bytes)
3.98/4.12	c 4	2356 (20%) CSP clauses are encoded (978988 clauses, 20549955 bytes)
4.48/4.69	c 5	3534 (30%) CSP clauses are encoded (1256078 clauses, 26993249 bytes)
5.27/5.41	c 6	4712 (40%) CSP clauses are encoded (1617451 clauses, 35424680 bytes)
5.76/5.95	c 6	5890 (50%) CSP clauses are encoded (1875870 clauses, 41458498 bytes)
6.26/6.45	c 7	7068 (60%) CSP clauses are encoded (2125328 clauses, 47347109 bytes)
6.76/6.95	c 7	8246 (70%) CSP clauses are encoded (2370262 clauses, 53314869 bytes)
7.44/7.61	c 8	9424 (80%) CSP clauses are encoded (2689066 clauses, 61052620 bytes)
7.92/8.18	c 9	10602 (90%) CSP clauses are encoded (2977140 clauses, 67986489 bytes)
8.70/8.92	c 9	11780 (100%) CSP clauses are encoded (3361176 clauses, 76866510 bytes)
8.70/8.92	c 9	11780 CSP clauses encoded
8.70/8.92	c 9	Writing map file : HOME/temp.map
8.70/8.93	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.70/8.93	c 9	SAT : 289560 SAT variables, 3361176 SAT clauses, 76866510 bytes
8.70/8.93	c 9	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.70/8.96	c 9	SOLVING HOME/temp.cnf
8.70/8.96	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.70/8.96	c 9	This is MiniSat 2.0 beta
8.70/8.96	c 9	WARNING: for repeatability, setting FPU to use double precision
8.70/8.96	c 9	============================[ Problem Statistics ]=============================
8.70/8.96	c 9	|                                                                             |
8.70/8.96	c 9	|  Number of variables:  289560                                               |
8.70/8.96	c 9	|  Number of clauses:    3361176                                              |
10.68/10.97	c 11	|  Parsing time:         1.74         s                                       |
10.78/11.07	c 11	============================[ Search Statistics ]==============================
10.78/11.07	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/11.07	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/11.07	c 11	===============================================================================
10.78/11.07	c 11	|         0 |  288500  3360116  9520406 |  1120038        0    nan |  0.000 % |
12.74/13.09	c 13	|       100 |  288500  3360116  9520406 |  1232042      100     40 |  0.366 % |
14.04/14.35	c 15	|       250 |  288500  3360116  9520406 |  1355246      250     28 |  0.366 % |
16.12/16.46	c 17	|       475 |  288500  3360116  9520406 |  1490771      475     29 |  0.366 % |
18.29/18.61	c 19	===============================================================================
18.29/18.63	c 19	restarts              : 4
18.29/18.63	c 19	conflicts             : 678            (73 /sec)
18.29/18.63	c 19	decisions             : 2169           (0.69 % random) (233 /sec)
18.29/18.63	c 19	propagations          : 10835317       (1165892 /sec)
18.29/18.63	c 19	conflict literals     : 19195          (16.00 % deleted)
18.29/18.63	c 19	Memory used           : 160.68 MB
18.29/18.63	c 19	CPU time              : 9.29359 s
18.29/18.63	c 19	
18.39/18.75	c 19	SATISFIABLE
18.39/18.78	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.39/18.78	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.48/18.86	c 19	Decoding HOME/temp.out
18.48/19.19	s SATISFIABLE
18.48/19.21	v 55 88 96 149 236 429 443 484 573 846 896 1180 1290 1316 1351 1434 1459 1507 1558 1616 0 5 39 87 116 231 406 545 558 683 691 822 828 829 888 985 992 1047 1513 1673 28 95 163 300 331 452 481 502 539 621 660 693 694 767 802 885 974 1091 1183 1227 15 75 160 361 445 522 542 605 606 632 638 688 709 717 731 865 943 1001 1033 1153 124 195 207 341 426 473 511 583 666 717 730 782 795 1104 1195 1235 1240 1331 1355 1486 188 271 369 454 476 485 513 606 611 723 826 948 1004 1299 1360 1442 1451 1539 1574 1664 79 117 195 286 307 395 488 503 574 642 768 836 871 882 950 1048 1289 1482 1617 1632 5 8 145 164 504 570 648 765 788 837 955 1127 1204 1276 1360 1405 1431 1580 1608 1696 9 88 116 215 310 327 411 547 579 611 699 797 856 923 967 1052 1260 1537 1607 1666 26 53 70 76 138 228 246 333 474 556 648 744 820 878 944 1016 1076 1208 1234 1326 314 460 469 540 615 672 728 736 825 870 1281 1331 1368 1505 1510 1523 1587 1658 1686 1688 75 160 304 319 446 557 648 801 982 1054 1121 1215 1266 1287 1344 1383 1400 1540 1648 1690 71 165 245 328 446 499 550 637 758 1039 1132 1214 1226 1302 1388 1423 1470 1573 1648 1711 29 48 106 136 271 281 662 694 830 903 964 995 1089 1150 1254 1345 1443 1478 1533 1622 2 120 133 229 312 542 625 738 821 915 934 1144 1212 1247 1293 1298 1364 1460 1467 1581 8 57 118 128 373 379 421 675 758 765 816 871 961 990 1107 1379 1469 1549 1650 1670 330 419 452 479 506 508 537 664 707 769 1011 1070 1174 1181 1440 1506 1520 1607 1649 1657 358 452 584 696 788 802 843 919 985 1062 1122 1215 1259 1352 1456 1469 1542 1586 1601 1620 3 211 245 317 399 427 479 501 534 699 726 860 938 1003 1009 1053 1138 1200 1239 1360 24 122 197 280 560 572 613 775 854 1055 1067 1085 1122 1123 1229 1305 1310 1392 1473 1510
18.48/19.21	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.48/19.25	c 20	CPU 17.85 (0.04 0.01 17.81 1.05)
18.48/19.25	c 20	END Sat Jul  5 18:43:01 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-1092583-1215276161/watcher-1092583-1215276161 -o /tmp/evaluation-result-1092583-1215276161/solver-1092583-1215276161 -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-1092583-1215276161.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.00 2.00 4/81 15581
/proc/meminfo: memFree=1737792/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=18572 CPUtime=0
/proc/15581/stat : 15581 (runsolver) R 15579 15581 13532 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006588320 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15581/statm: 4643 292 257 25 0 2626 0

[startup+0.0550051 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15581
/proc/meminfo: memFree=1737792/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.03
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006588320 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15581
/proc/meminfo: memFree=1737792/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.03
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006588320 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301546 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15581
/proc/meminfo: memFree=1737792/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.03
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006588320 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701589 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15581
/proc/meminfo: memFree=1737792/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.03
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006588320 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15603
/proc/meminfo: memFree=1732072/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.89
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 974 7190 0 1 3 1 81 4 15 0 1 0 2006588320 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 797 370 3 0 500 0
[pid=15594] ppid=15581 vsize=5356 CPUtime=0
/proc/15594/stat : 15594 (sh) S 15581 15581 13532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006588415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15594/statm: 1339 233 193 169 0 50 0
[pid=15595] ppid=15594 vsize=864068 CPUtime=0.53
/proc/15595/stat : 15595 (java) S 15594 15581 13532 0 -1 0 4132 0 1 0 51 2 0 0 18 0 9 0 2006588415 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15595/statm: 216017 3580 1706 9 0 210592 0
[pid=15595/tid=15596] ppid=15594 vsize=864068 CPUtime=0.41
/proc/15595/task/15596/stat : 15596 (java) R 15594 15581 13532 0 -1 64 2546 0 1 0 40 1 0 0 21 0 9 0 2006588416 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4159510097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15597] ppid=15594 vsize=864068 CPUtime=0.02
/proc/15595/task/15597/stat : 15597 (java) S 15594 15581 13532 0 -1 64 555 0 0 0 2 0 0 0 16 0 9 0 2006588417 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15598] ppid=15594 vsize=864068 CPUtime=0
/proc/15595/task/15598/stat : 15598 (java) S 15594 15581 13532 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006588417 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15599] ppid=15594 vsize=864068 CPUtime=0
/proc/15595/task/15599/stat : 15599 (java) S 15594 15581 13532 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006588417 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15600] ppid=15594 vsize=864068 CPUtime=0
/proc/15595/task/15600/stat : 15600 (java) S 15594 15581 13532 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006588419 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15601] ppid=15594 vsize=864068 CPUtime=0.07
/proc/15595/task/15601/stat : 15601 (java) S 15594 15581 13532 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 2006588419 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15602] ppid=15594 vsize=864068 CPUtime=0
/proc/15595/task/15602/stat : 15602 (java) S 15594 15581 13532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006588419 884805632 3580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15603] ppid=15594 vsize=864068 CPUtime=0
/proc/15595/task/15603/stat : 15603 (java) S 15594 15581 13532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006588419 884805632 3580 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) 883024

[startup+3.10281 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15603
/proc/meminfo: memFree=1719144/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.89
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 974 7190 0 1 3 1 81 4 15 0 1 0 2006588320 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 797 370 3 0 500 0
[pid=15594] ppid=15581 vsize=5356 CPUtime=0
/proc/15594/stat : 15594 (sh) S 15581 15581 13532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006588415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15594/statm: 1339 233 193 169 0 50 0
[pid=15595] ppid=15594 vsize=868484 CPUtime=2.11
/proc/15595/stat : 15595 (java) S 15594 15581 13532 0 -1 0 8221 0 1 0 199 12 0 0 18 0 9 0 2006588415 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15595/statm: 217121 7177 2564 9 0 211668 0
[pid=15595/tid=15596] ppid=15594 vsize=868484 CPUtime=1.59
/proc/15595/task/15596/stat : 15596 (java) R 15594 15581 13532 0 -1 64 2989 0 1 0 151 8 0 0 23 0 9 0 2006588416 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4126873194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15597] ppid=15594 vsize=868484 CPUtime=0.28
/proc/15595/task/15597/stat : 15597 (java) S 15594 15581 13532 0 -1 64 3068 0 0 0 26 2 0 0 16 0 9 0 2006588417 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15598] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15598/stat : 15598 (java) S 15594 15581 13532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006588417 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15599] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15599/stat : 15599 (java) S 15594 15581 13532 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006588417 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15600] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15600/stat : 15600 (java) S 15594 15581 13532 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006588419 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15601] ppid=15594 vsize=868484 CPUtime=0.22
/proc/15595/task/15601/stat : 15601 (java) S 15594 15581 13532 0 -1 64 1471 0 0 0 21 1 0 0 15 0 9 0 2006588419 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15602] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15602/stat : 15602 (java) S 15594 15581 13532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006588419 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15603] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15603/stat : 15603 (java) S 15594 15581 13532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006588419 889327616 7177 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887440

[startup+6.30211 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 15603
/proc/meminfo: memFree=1681384/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=0.89
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 974 7190 0 1 3 1 81 4 15 0 1 0 2006588320 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 797 370 3 0 500 0
[pid=15594] ppid=15581 vsize=5356 CPUtime=0
/proc/15594/stat : 15594 (sh) S 15581 15581 13532 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006588415 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15594/statm: 1339 233 193 169 0 50 0
[pid=15595] ppid=15594 vsize=868484 CPUtime=5.27
/proc/15595/stat : 15595 (java) S 15594 15581 13532 0 -1 0 9130 0 1 0 487 40 0 0 18 0 9 0 2006588415 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15595/statm: 217121 7188 2565 9 0 211668 0
[pid=15595/tid=15596] ppid=15594 vsize=868484 CPUtime=4.5
/proc/15595/task/15596/stat : 15596 (java) R 15594 15581 13532 0 -1 64 3887 0 1 0 420 30 0 0 25 0 9 0 2006588416 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4126944670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15597] ppid=15594 vsize=868484 CPUtime=0.51
/proc/15595/task/15597/stat : 15597 (java) S 15594 15581 13532 0 -1 64 3068 0 0 0 43 8 0 0 16 0 9 0 2006588417 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15598] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15598/stat : 15598 (java) S 15594 15581 13532 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006588417 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15599] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15599/stat : 15599 (java) S 15594 15581 13532 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006588417 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15600] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15600/stat : 15600 (java) S 15594 15581 13532 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006588419 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15601] ppid=15594 vsize=868484 CPUtime=0.24
/proc/15595/task/15601/stat : 15601 (java) S 15594 15581 13532 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 2006588419 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15602] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15602/stat : 15602 (java) S 15594 15581 13532 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006588419 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15595/tid=15603] ppid=15594 vsize=868484 CPUtime=0
/proc/15595/task/15603/stat : 15603 (java) S 15594 15581 13532 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006588419 889327616 7188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887440

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1502120/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=8.76
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1033 17370 0 2 3 1 802 70 15 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
[pid=15604] ppid=15581 vsize=5356 CPUtime=0
/proc/15604/stat : 15604 (sh) S 15581 15581 13532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006589216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15604/statm: 1339 232 193 169 0 50 0
[pid=15605] ppid=15604 vsize=160952 CPUtime=3.68
/proc/15605/stat : 15605 (minisat) R 15604 15581 13532 0 -1 4194304 39383 0 0 0 342 26 0 0 25 0 1 0 2006589217 164814848 39369 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15605/statm: 40238 39369 72 150 0 40085 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 179908

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

[startup+15.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1499048/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=8.76
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1033 17370 0 2 3 1 802 70 16 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
[pid=15604] ppid=15581 vsize=5356 CPUtime=0
/proc/15604/stat : 15604 (sh) S 15581 15581 13532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006589216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15604/statm: 1339 232 193 169 0 50 0
[pid=15605] ppid=15604 vsize=163988 CPUtime=6.86
/proc/15605/stat : 15605 (minisat) R 15604 15581 13532 0 -1 4194304 40168 0 0 0 659 27 0 0 25 0 1 0 2006589217 167923712 40154 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15605/statm: 40997 40154 75 150 0 40844 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 182944

[startup+17.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1498664/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=8.76
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1033 17370 0 2 3 1 802 70 16 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
[pid=15604] ppid=15581 vsize=5356 CPUtime=0
/proc/15604/stat : 15604 (sh) S 15581 15581 13532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006589216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15604/statm: 1339 232 193 169 0 50 0
[pid=15605] ppid=15604 vsize=164252 CPUtime=8.45
/proc/15605/stat : 15605 (minisat) R 15604 15581 13532 0 -1 4194304 40243 0 0 0 818 27 0 0 25 0 1 0 2006589217 168194048 40229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15605/statm: 41063 40229 76 150 0 40910 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 183208

[startup+18.3012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1498664/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=8.76
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1033 17370 0 2 3 1 802 70 16 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
[pid=15604] ppid=15581 vsize=5356 CPUtime=0
/proc/15604/stat : 15604 (sh) S 15581 15581 13532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006589216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15604/statm: 1339 232 193 169 0 50 0
[pid=15605] ppid=15604 vsize=164252 CPUtime=9.23
/proc/15605/stat : 15605 (minisat) R 15604 15581 13532 0 -1 4194304 40248 0 0 0 896 27 0 0 25 0 1 0 2006589217 168194048 40234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15605/statm: 41063 40234 76 150 0 40910 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 183208

[startup+18.7063 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1498472/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=8.76
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1033 17370 0 2 3 1 802 70 16 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
[pid=15604] ppid=15581 vsize=5356 CPUtime=0
/proc/15604/stat : 15604 (sh) S 15581 15581 13532 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006589216 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15604/statm: 1339 232 193 169 0 50 0
[pid=15605] ppid=15604 vsize=164548 CPUtime=9.63
/proc/15605/stat : 15605 (minisat) R 15604 15581 13532 0 -1 4194304 40369 0 0 0 936 27 0 0 25 0 1 0 2006589217 168497152 40354 996147200 134512640 135127466 4294956256 18446744073709551615 134784515 0 0 4096 3 0 0 0 17 1 0 0
/proc/15605/statm: 41137 40354 82 150 0 40984 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 183504

[startup+19.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1498472/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=18.48
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1090 58024 0 2 3 1 1743 101 16 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 13600

[startup+19.2013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15605
/proc/meminfo: memFree=1498472/2055920 swapFree=4180436/4192956
[pid=15581] ppid=15579 vsize=13600 CPUtime=18.48
/proc/15581/stat : 15581 (sugar) S 15579 15581 13532 0 -1 4194304 1090 58024 0 2 3 1 1743 101 15 0 1 0 2006588320 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15581/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 19.299
CPU time (s): 18.9771
CPU user time (s): 17.8603
CPU system time (s): 1.11683
CPU usage (%): 98.3323
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.8603
system time used= 1.11683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63043
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= 15959
involuntary context switches= 16389

runsolver used 0.033994 second user time and 0.066989 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 18:42:41
IDJOB=1092583
IDBENCH=58637
IDSOLVER=346
FILE ID=node48/1092583-1215276161
PBS_JOBID= 7882152
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-7.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-1092583-1215276161/watcher-1092583-1215276161 -o /tmp/evaluation-result-1092583-1215276161/solver-1092583-1215276161 -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-1092583-1215276161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 933af775481748d76719206dbc8b6623
RANDOM SEED=1875915565

node48.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.231
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.231
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:       1738272 kB
Buffers:         41308 kB
Cached:         200048 kB
SwapCached:       6436 kB
Active:         159512 kB
Inactive:       104376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738272 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1888 kB
Writeback:           0 kB
Mapped:          38732 kB
Slab:            38816 kB
Committed_AS:  4284796 kB
PageTables:       1816 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= 66540 MiB
End job on node48 at 2008-07-05 18:43:01