Trace number 1081083

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 5.51616 5.999

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-8.xml
MD5SUM29d9042e3e0cc0348db4eadf5baca638
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 benchmark5.51616
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1353
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.28	c 0	Sugar v1-13 + HOME/minisat
0.00/0.28	c 0	BEGIN Tue Jul  8 02:47:58 2008
0.00/0.28	c 0	PID 2876
0.00/0.29	c 0	HOST node46.alineos.net
0.00/0.29	c 0	CONVERTING HOME/instance-1081083-1215478078.xml TO HOME/temp.csp
0.00/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081083-1215478078.xml' 'HOME/temp.csp'
0.04/0.81	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.04/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	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.54/0.90	c 1	Parsing HOME/temp.csp
0.80/1.11	c 1	parsed 2237 expressions
0.80/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.11	c 1	Converting to clausal form CSP
0.80/1.13	c 1	converted 224 (10%) expressions
0.80/1.14	c 1	converted 448 (20%) expressions
0.89/1.21	c 1	converted 672 (30%) expressions
0.99/1.30	c 1	converted 895 (40%) expressions
0.99/1.32	c 1	converted 1119 (50%) expressions
0.99/1.34	c 1	converted 1343 (60%) expressions
0.99/1.35	c 1	converted 1566 (70%) expressions
0.99/1.36	c 1	converted 1790 (80%) expressions
0.99/1.36	c 1	converted 2014 (90%) expressions
0.99/1.37	c 1	converted 2237 (100%) expressions
0.99/1.37	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1353
0.99/1.37	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.37	c 1	Propagation in CSP
1.09/1.48	c 1	165690 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.48	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 690
1.09/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.48	c 1	Simplifing CSP by introducing new Boolean variables
1.19/1.51	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 690
1.19/1.51	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.54	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.58	c 2	23 (10%) CSP integer variables are encoded (11503 clauses, 150441 bytes)
1.19/1.59	c 2	45 (20%) CSP integer variables are encoded (20940 clauses, 291996 bytes)
1.28/1.61	c 2	68 (30%) CSP integer variables are encoded (35298 clauses, 507366 bytes)
1.28/1.62	c 2	90 (40%) CSP integer variables are encoded (47535 clauses, 690921 bytes)
1.28/1.64	c 2	113 (50%) CSP integer variables are encoded (62866 clauses, 920886 bytes)
1.28/1.65	c 2	135 (60%) CSP integer variables are encoded (75075 clauses, 1104021 bytes)
1.28/1.67	c 2	158 (70%) CSP integer variables are encoded (88355 clauses, 1303221 bytes)
1.28/1.68	c 2	180 (80%) CSP integer variables are encoded (99825 clauses, 1475282 bytes)
1.28/1.70	c 2	203 (90%) CSP integer variables are encoded (112738 clauses, 1694803 bytes)
1.39/1.71	c 2	225 (100%) CSP integer variables are encoded (126675 clauses, 1931732 bytes)
1.58/1.93	c 2	494 (10%) CSP clauses are encoded (235456 clauses, 4269530 bytes)
1.68/2.09	c 2	987 (20%) CSP clauses are encoded (315698 clauses, 6036615 bytes)
1.88/2.26	c 2	1481 (30%) CSP clauses are encoded (400759 clauses, 7966236 bytes)
2.08/2.44	c 2	1974 (40%) CSP clauses are encoded (497887 clauses, 10163602 bytes)
2.28/2.66	c 3	2468 (50%) CSP clauses are encoded (616151 clauses, 12842654 bytes)
2.48/2.86	c 3	2961 (60%) CSP clauses are encoded (728748 clauses, 15395530 bytes)
2.68/3.09	c 3	3455 (70%) CSP clauses are encoded (854319 clauses, 18229773 bytes)
2.99/3.31	c 3	3948 (80%) CSP clauses are encoded (974781 clauses, 20946544 bytes)
3.18/3.52	c 4	4442 (90%) CSP clauses are encoded (1095237 clauses, 23641080 bytes)
3.37/3.74	c 4	4935 (100%) CSP clauses are encoded (1216691 clauses, 26287186 bytes)
3.37/3.74	c 4	4935 CSP clauses encoded
3.37/3.74	c 4	Writing map file : HOME/temp.map
3.37/3.75	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.75	c 4	SAT : 130050 SAT variables, 1216691 SAT clauses, 26287186 bytes
3.37/3.75	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.79	c 4	SOLVING HOME/temp.cnf
3.37/3.79	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.43/3.86	c 4	This is MiniSat 2.0 beta
3.43/3.86	c 4	WARNING: for repeatability, setting FPU to use double precision
3.43/3.86	c 4	============================[ Problem Statistics ]=============================
3.43/3.86	c 4	|                                                                             |
3.43/3.87	c 4	|  Number of variables:  130050                                               |
3.43/3.87	c 4	|  Number of clauses:    1216691                                              |
4.05/4.58	c 5	|  Parsing time:         0.63         s                                       |
4.15/4.62	c 5	============================[ Search Statistics ]==============================
4.15/4.62	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.15/4.62	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.15/4.62	c 5	===============================================================================
4.15/4.62	c 5	|         0 |  129634  1216275  3399207 |   405425        0    nan |  0.000 % |
4.84/5.34	c 5	|       100 |  129634  1216275  3399207 |   445967      100     18 |  0.320 % |
5.04/5.59	c 6	===============================================================================
5.04/5.60	c 6	restarts              : 2
5.04/5.60	c 6	conflicts             : 134            (82 /sec)
5.04/5.60	c 6	decisions             : 621            (0.81 % random) (382 /sec)
5.04/5.60	c 6	propagations          : 1571224        (966460 /sec)
5.04/5.60	c 6	conflict literals     : 2219           (14.49 % deleted)
5.04/5.60	c 6	Memory used           : 61.49 MB
5.04/5.60	c 6	CPU time              : 1.62575 s
5.04/5.60	c 6	
5.13/5.65	c 6	SATISFIABLE
5.13/5.66	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.13/5.66	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.20/5.74	c 6	Decoding HOME/temp.out
5.20/5.91	s SATISFIABLE
5.20/5.92	v 244 335 350 479 521 611 679 686 822 943 989 1008 1064 1133 1199 13 47 48 99 183 226 299 395 501 591 726 916 1138 1206 1350 178 266 364 446 492 571 640 742 799 838 850 851 924 951 1028 449 499 505 551 623 669 692 817 871 950 1028 1095 1139 1195 1297 88 108 123 145 347 406 500 612 664 873 935 1123 1211 1255 1335 414 562 625 719 728 814 903 915 981 1036 1118 1153 1167 1170 1291 202 388 475 517 526 563 588 666 797 813 935 1118 1198 1232 1324 103 246 377 426 493 546 758 810 920 971 1006 1056 1124 1209 1255 18 91 173 176 284 563 586 601 689 783 803 892 976 1044 1229 0 53 96 271 754 768 774 877 965 1044 1107 1200 1239 1272 1346 30 69 159 309 334 409 513 735 814 951 1034 1092 1127 1224 1267 0 50 114 352 628 653 743 761 804 875 922 1074 1111 1173 1270 4 6 80 93 168 199 265 337 495 595 699 764 839 1265 1315 0 93 188 224 274 357 372 403 566 703 765 964 987 1006 1106 139 214 259 355 427 492 498 514 538 563 607 664 821 1177 1187
5.20/5.93	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.20/5.99	c 6	CPU 5.07 (0.04 0.01 5.03 0.4)
5.20/5.99	c 6	END Tue Jul  8 02:48:04 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-1081083-1215478078/watcher-1081083-1215478078 -o /tmp/evaluation-result-1081083-1215478078/solver-1081083-1215478078 -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-1081083-1215478078.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.94 1.61 4/81 2876
/proc/meminfo: memFree=1856184/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=18572 CPUtime=0
/proc/2876/stat : 2876 (runsolver) D 2874 2876 2742 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4506999 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212218735911 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2876/statm: 4643 292 257 25 0 2626 0

[startup+0.083559 s]
/proc/loadavg: 1.99 1.94 1.61 4/81 2876
/proc/meminfo: memFree=1856184/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=11864 CPUtime=0
/proc/2876/stat : 2876 (sugar) D 2874 2876 2742 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 4506999 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 212239222608 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2876/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.101558 s]
/proc/loadavg: 1.99 1.94 1.61 4/81 2876
/proc/meminfo: memFree=1856184/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=12000 CPUtime=0
/proc/2876/stat : 2876 (sugar) D 2874 2876 2742 0 -1 4194304 158 0 4 0 0 0 0 0 18 0 1 0 4506999 12288000 130 996147200 4194304 4206940 548682068608 18446744073709551615 212238747280 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2876/statm: 3000 130 96 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301587 s]
/proc/loadavg: 1.99 1.94 1.61 4/81 2876
/proc/meminfo: memFree=1856184/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=0.04
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4506999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701628 s]
/proc/loadavg: 1.99 1.94 1.61 4/81 2876
/proc/meminfo: memFree=1856184/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=0.04
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4506999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 1.99 1.94 1.61 3/92 2898
/proc/meminfo: memFree=1846048/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=0.54
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 959 5122 15 1 3 1 46 4 15 0 1 0 4506999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 797 370 3 0 500 0
[pid=2889] ppid=2876 vsize=5356 CPUtime=0
/proc/2889/stat : 2889 (sh) S 2876 2876 2742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4507081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2889/statm: 1339 233 193 169 0 50 0
[pid=2890] ppid=2889 vsize=868272 CPUtime=0.65
/proc/2890/stat : 2890 (java) S 2889 2876 2742 0 -1 0 5434 0 3 0 62 3 0 0 18 0 9 0 4507081 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 217068 4848 1734 9 0 211643 0
[pid=2890/tid=2891] ppid=2889 vsize=868272 CPUtime=0.4
/proc/2890/task/2891/stat : 2891 (java) R 2889 2876 2742 0 -1 64 2660 0 3 0 38 2 0 0 19 0 9 0 4507082 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2892] ppid=2889 vsize=868272 CPUtime=0.04
/proc/2890/task/2892/stat : 2892 (java) S 2889 2876 2742 0 -1 64 621 0 0 0 4 0 0 0 16 0 9 0 4507083 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2889 vsize=868272 CPUtime=0
/proc/2890/task/2893/stat : 2893 (java) S 2889 2876 2742 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4507083 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2894] ppid=2889 vsize=868272 CPUtime=0
/proc/2890/task/2894/stat : 2894 (java) S 2889 2876 2742 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4507083 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2895] ppid=2889 vsize=868272 CPUtime=0
/proc/2890/task/2895/stat : 2895 (java) S 2889 2876 2742 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4507085 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2896] ppid=2889 vsize=868272 CPUtime=0.19
/proc/2890/task/2896/stat : 2896 (java) R 2889 2876 2742 0 -1 64 1462 0 0 0 19 0 0 0 16 0 9 0 4507085 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 102022803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2897] ppid=2889 vsize=868272 CPUtime=0
/proc/2890/task/2897/stat : 2897 (java) S 2889 2876 2742 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4507085 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2898] ppid=2889 vsize=868272 CPUtime=0
/proc/2890/task/2898/stat : 2898 (java) S 2889 2876 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4507086 889110528 4848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 887228

[startup+3.10288 s]
/proc/loadavg: 1.99 1.94 1.61 4/92 2898
/proc/meminfo: memFree=1830944/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=0.54
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 959 5122 15 1 3 1 46 4 15 0 1 0 4506999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2876/statm: 3400 797 370 3 0 500 0
[pid=2889] ppid=2876 vsize=5356 CPUtime=0
/proc/2889/stat : 2889 (sh) S 2876 2876 2742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4507081 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2889/statm: 1339 233 193 169 0 50 0
[pid=2890] ppid=2889 vsize=868384 CPUtime=2.24
/proc/2890/stat : 2890 (java) S 2889 2876 2742 0 -1 0 7295 0 3 0 209 15 0 0 18 0 9 0 4507081 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 217096 6037 2563 9 0 211643 0
[pid=2890/tid=2891] ppid=2889 vsize=868384 CPUtime=1.82
/proc/2890/task/2891/stat : 2891 (java) R 2889 2876 2742 0 -1 64 3206 0 3 0 170 12 0 0 25 0 9 0 4507082 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2890/tid=2892] ppid=2889 vsize=868384 CPUtime=0.17
/proc/2890/task/2892/stat : 2892 (java) S 2889 2876 2742 0 -1 64 1911 0 0 0 15 2 0 0 16 0 9 0 4507083 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2890/tid=2893] ppid=2889 vsize=868384 CPUtime=0
/proc/2890/task/2893/stat : 2893 (java) S 2889 2876 2742 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4507083 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2894] ppid=2889 vsize=868384 CPUtime=0
/proc/2890/task/2894/stat : 2894 (java) S 2889 2876 2742 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4507083 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2895] ppid=2889 vsize=868384 CPUtime=0
/proc/2890/task/2895/stat : 2895 (java) S 2889 2876 2742 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4507085 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2896] ppid=2889 vsize=868384 CPUtime=0.22
/proc/2890/task/2896/stat : 2896 (java) S 2889 2876 2742 0 -1 64 1485 0 0 0 22 0 0 0 16 0 9 0 4507085 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2890/tid=2897] ppid=2889 vsize=868384 CPUtime=0
/proc/2890/task/2897/stat : 2897 (java) S 2889 2876 2742 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4507085 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2890/tid=2898] ppid=2889 vsize=868384 CPUtime=0
/proc/2890/task/2898/stat : 2898 (java) S 2889 2876 2742 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4507086 889225216 6037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 887340

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

[startup+4.70205 s]
/proc/loadavg: 1.99 1.94 1.61 3/84 2900
/proc/meminfo: memFree=1786400/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=3.43
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 1018 12930 15 4 3 1 312 27 15 0 1 0 4506999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 799 370 3 0 500 0
[pid=2899] ppid=2876 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2876 2876 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4507378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 232 193 169 0 50 0
[pid=2900] ppid=2899 vsize=60628 CPUtime=0.81
/proc/2900/stat : 2900 (minisat) R 2899 2876 2742 0 -1 4194304 14501 0 0 0 73 8 0 0 25 0 1 0 4507385 62083072 14487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2900/statm: 15157 14487 73 150 0 15004 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 79584

[startup+5.50714 s]
/proc/loadavg: 2.07 1.96 1.62 3/84 2900
/proc/meminfo: memFree=1764640/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=3.43
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 1018 12930 15 4 3 1 312 27 15 0 1 0 4506999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 799 370 3 0 500 0
[pid=2899] ppid=2876 vsize=5356 CPUtime=0
/proc/2899/stat : 2899 (sh) S 2876 2876 2742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4507378 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2899/statm: 1339 232 193 169 0 50 0
[pid=2900] ppid=2899 vsize=62776 CPUtime=1.61
/proc/2900/stat : 2900 (minisat) R 2899 2876 2742 0 -1 4194304 15022 0 0 0 153 8 0 0 25 0 1 0 4507385 64282624 15008 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2900/statm: 15694 15008 75 150 0 15541 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 81732

[startup+5.90217 s]
/proc/loadavg: 2.07 1.96 1.62 3/84 2900
/proc/meminfo: memFree=1764640/2055920 swapFree=4192956/4192956
[pid=2876] ppid=2874 vsize=13600 CPUtime=5.2
/proc/2876/stat : 2876 (sugar) S 2874 2876 2742 0 -1 4194304 1075 28306 15 4 3 1 479 37 16 0 1 0 4506999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2876/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 5.999
CPU time (s): 5.51616
CPU user time (s): 5.07523
CPU system time (s): 0.440932
CPU usage (%): 91.9513
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.07523
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33215
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7774
involuntary context switches= 7469

runsolver used 0.009998 second user time and 0.032994 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-08 02:47:58
IDJOB=1081083
IDBENCH=57067
IDSOLVER=346
FILE ID=node46/1081083-1215478078
PBS_JOBID= 7888670
Free space on /tmp= 66204 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29d9042e3e0cc0348db4eadf5baca638
RANDOM SEED=1863954751

node46.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.238
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.238
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:       1856664 kB
Buffers:         26644 kB
Cached:          86984 kB
SwapCached:          0 kB
Active:         106224 kB
Inactive:        62960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          75652 kB
Slab:            15340 kB
Committed_AS:   158868 kB
PageTables:       1876 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= 66204 MiB
End job on node46 at 2008-07-08 02:48:04