Trace number 1081188

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 23.7064 24.0338

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-0.xml
MD5SUM183bb6c12d5c0d952ccfd5001b683c61
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 benchmark23.7064
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 01:57:20 2008
0.00/0.05	c 0	PID 18316
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081188-1215215840.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081188-1215215840.xml' 'HOME/temp.csp'
0.03/0.55	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.98	c 1	parsed 2237 expressions
0.53/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.98	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 224 (10%) expressions
0.93/1.02	c 1	converted 448 (20%) expressions
0.93/1.08	c 1	converted 672 (30%) expressions
1.03/1.18	c 1	converted 895 (40%) expressions
1.03/1.19	c 1	converted 1119 (50%) expressions
1.12/1.22	c 1	converted 1343 (60%) expressions
1.12/1.23	c 1	converted 1566 (70%) expressions
1.12/1.23	c 1	converted 1790 (80%) expressions
1.12/1.24	c 1	converted 2014 (90%) expressions
1.12/1.25	c 1	converted 2237 (100%) expressions
1.12/1.25	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1247
1.12/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.25	c 1	Propagation in CSP
1.23/1.36	c 1	163394 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.36	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 666
1.23/1.36	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.39	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 666
1.23/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.43	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 2	23 (10%) CSP integer variables are encoded (9164 clauses, 116989 bytes)
1.32/1.47	c 2	45 (20%) CSP integer variables are encoded (20460 clauses, 284808 bytes)
1.32/1.49	c 2	68 (30%) CSP integer variables are encoded (29885 clauses, 426183 bytes)
1.42/1.50	c 2	90 (40%) CSP integer variables are encoded (39000 clauses, 562908 bytes)
1.42/1.52	c 2	113 (50%) CSP integer variables are encoded (51230 clauses, 746358 bytes)
1.42/1.53	c 2	135 (60%) CSP integer variables are encoded (59850 clauses, 875658 bytes)
1.42/1.54	c 2	158 (70%) CSP integer variables are encoded (70952 clauses, 1042188 bytes)
1.42/1.55	c 2	180 (80%) CSP integer variables are encoded (81435 clauses, 1199433 bytes)
1.42/1.57	c 2	203 (90%) CSP integer variables are encoded (91922 clauses, 1356738 bytes)
1.42/1.58	c 2	225 (100%) CSP integer variables are encoded (105285 clauses, 1568186 bytes)
1.62/1.74	c 2	494 (10%) CSP clauses are encoded (168402 clauses, 2897954 bytes)
1.82/1.90	c 2	987 (20%) CSP clauses are encoded (238961 clauses, 4408298 bytes)
1.92/2.08	c 2	1481 (30%) CSP clauses are encoded (319884 clauses, 6212182 bytes)
2.12/2.25	c 2	1974 (40%) CSP clauses are encoded (402430 clauses, 8061022 bytes)
2.22/2.40	c 2	2468 (50%) CSP clauses are encoded (469969 clauses, 9570678 bytes)
2.42/2.53	c 3	2961 (60%) CSP clauses are encoded (533311 clauses, 10982167 bytes)
2.51/2.69	c 3	3455 (70%) CSP clauses are encoded (613617 clauses, 12765633 bytes)
2.71/2.87	c 3	3948 (80%) CSP clauses are encoded (703914 clauses, 14761430 bytes)
2.91/3.01	c 3	4442 (90%) CSP clauses are encoded (771302 clauses, 16225273 bytes)
3.11/3.22	c 3	4935 (100%) CSP clauses are encoded (882556 clauses, 18540933 bytes)
3.11/3.22	c 3	4935 CSP clauses encoded
3.11/3.22	c 3	Writing map file : HOME/temp.map
3.11/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.23	c 3	SAT : 108660 SAT variables, 882556 SAT clauses, 18540933 bytes
3.11/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.24	c 3	SOLVING HOME/temp.cnf
3.11/3.24	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.11/3.25	c 3	This is MiniSat 2.0 beta
3.11/3.25	c 3	WARNING: for repeatability, setting FPU to use double precision
3.11/3.25	c 3	============================[ Problem Statistics ]=============================
3.11/3.25	c 3	|                                                                             |
3.11/3.25	c 3	|  Number of variables:  108660                                               |
3.11/3.25	c 3	|  Number of clauses:    882556                                               |
3.14/3.78	c 4	|  Parsing time:         0.46         s                                       |
3.14/3.80	c 4	============================[ Search Statistics ]==============================
3.14/3.81	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/3.81	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/3.81	c 4	===============================================================================
3.14/3.81	c 4	|         0 |  107914   881810  2437683 |   293936        0    nan |  0.000 % |
4.37/4.52	c 5	|       100 |  107914   881810  2437683 |   323330      100     13 |  0.687 % |
5.17/5.37	c 5	|       250 |  107914   881810  2437683 |   355663      250     12 |  0.687 % |
6.26/6.47	c 7	|       477 |  107914   881810  2437683 |   391229      477     11 |  0.687 % |
8.04/8.23	c 8	|       814 |  107914   881810  2437683 |   430352      814     14 |  0.687 % |
10.61/10.87	c 11	|      1320 |  107914   881810  2437683 |   473387     1320     13 |  0.687 % |
13.98/14.26	c 14	|      2081 |  107914   881810  2437683 |   520726     2081     16 |  0.687 % |
19.53/19.90	c 20	|      3222 |  107914   881810  2437683 |   572799     3222     15 |  0.687 % |
23.19/23.52	c 24	===============================================================================
23.19/23.53	c 24	restarts              : 8
23.19/23.53	c 24	conflicts             : 3941           (197 /sec)
23.19/23.53	c 24	decisions             : 6060           (1.19 % random) (303 /sec)
23.19/23.53	c 24	propagations          : 36578141       (1827175 /sec)
23.19/23.53	c 24	conflict literals     : 57031          (27.05 % deleted)
23.19/23.53	c 24	Memory used           : 47.66 MB
23.19/23.53	c 24	CPU time              : 20.019 s
23.19/23.53	c 24	
23.19/23.58	c 24	SATISFIABLE
23.19/23.59	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.19/23.59	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.30/23.68	c 24	Decoding HOME/temp.out
23.30/23.96	s SATISFIABLE
23.30/23.97	v 7 108 438 458 517 543 558 623 705 732 813 906 998 1094 1164 34 245 276 408 542 715 793 801 808 899 978 996 1047 1065 1214 134 138 352 392 659 709 802 823 829 891 959 1041 1061 1100 1135 107 197 220 250 280 364 458 516 609 641 763 797 853 880 1091 0 78 101 220 281 317 346 459 558 637 713 864 1000 1052 1136 9 201 262 362 432 448 576 645 728 806 841 891 1033 1203 1217 10 28 103 123 127 466 550 569 645 750 848 987 1015 1057 1181 1 38 90 133 182 243 309 432 570 576 638 672 798 1146 1240 7 92 122 218 332 345 461 554 732 810 866 951 967 1144 1232 2 33 107 137 220 261 278 344 433 511 599 927 1049 1131 1137 159 249 348 349 357 478 567 656 759 791 819 972 1089 1095 1141 9 56 99 174 282 333 364 448 482 510 599 668 752 1102 1160 180 272 336 441 486 534 570 603 680 730 832 882 972 1107 1203 7 35 108 168 326 343 435 494 669 933 983 1011 1075 1134 1212 163 334 350 432 479 573 734 804 877 883 897 909 1047 1130 1150
23.30/23.98	c 24	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
23.30/24.03	c 24	CPU 23.32 (0.04 0 23.28 0.35)
23.30/24.03	c 24	END Sat Jul  5 01:57:44 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-1081188-1215215840/watcher-1081188-1215215840 -o /tmp/evaluation-result-1081188-1215215840/solver-1081188-1215215840 -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-1081188-1215215840.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.96 1.98 1.99 4/72 18316
/proc/meminfo: memFree=1453600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=18572 CPUtime=0
/proc/18316/stat : 18316 (runsolver) R 18314 18316 17985 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 2000558273 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18316/statm: 4643 292 257 25 0 2626 0

[startup+0.075283 s]
/proc/loadavg: 1.96 1.98 1.99 4/72 18316
/proc/meminfo: memFree=1453600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.03
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000558273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101799 s]
/proc/loadavg: 1.96 1.98 1.99 4/72 18316
/proc/meminfo: memFree=1453600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.03
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000558273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302835 s]
/proc/loadavg: 1.96 1.98 1.99 4/72 18316
/proc/meminfo: memFree=1453600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.03
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000558273 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702908 s]
/proc/loadavg: 1.96 1.98 1.99 4/72 18316
/proc/meminfo: memFree=1453600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.53
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 973 5122 0 1 3 0 47 3 16 0 1 0 2000558273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 18338
/proc/meminfo: memFree=1444552/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.53
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 974 5122 0 1 3 0 47 3 15 0 1 0 2000558273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 797 370 3 0 500 0
[pid=18329] ppid=18316 vsize=5356 CPUtime=0
/proc/18329/stat : 18329 (sh) S 18316 18316 17985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000558331 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18329/statm: 1339 233 193 169 0 50 0
[pid=18330] ppid=18329 vsize=868376 CPUtime=0.89
/proc/18330/stat : 18330 (java) S 18329 18316 17985 0 -1 0 6833 0 1 0 85 4 0 0 18 0 9 0 2000558332 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 217094 6024 2563 9 0 211641 0
[pid=18330/tid=18331] ppid=18329 vsize=868376 CPUtime=0.57
/proc/18330/task/18331/stat : 18331 (java) R 18329 18316 17985 0 -1 64 2730 0 1 0 55 2 0 0 18 0 9 0 2000558333 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4126947535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18332] ppid=18329 vsize=868376 CPUtime=0.08
/proc/18330/task/18332/stat : 18332 (java) S 18329 18316 17985 0 -1 64 1921 0 0 0 8 0 0 0 16 0 9 0 2000558334 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18333] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18333/stat : 18333 (java) S 18329 18316 17985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000558334 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18334] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18329 18316 17985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000558334 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18335] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18329 18316 17985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000558336 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18336] ppid=18329 vsize=868376 CPUtime=0.21
/proc/18330/task/18336/stat : 18336 (java) S 18329 18316 17985 0 -1 64 1489 0 0 0 21 0 0 0 16 0 9 0 2000558336 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18337/stat : 18337 (java) S 18329 18316 17985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000558336 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18338] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18329 18316 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000558336 889217024 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887332

[startup+3.10236 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 18338
/proc/meminfo: memFree=1430600/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=0.54
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 974 5122 0 1 4 0 47 3 15 0 1 0 2000558273 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 797 370 3 0 500 0
[pid=18329] ppid=18316 vsize=5356 CPUtime=0
/proc/18329/stat : 18329 (sh) S 18316 18316 17985 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000558331 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18329/statm: 1339 233 193 169 0 50 0
[pid=18330] ppid=18329 vsize=868376 CPUtime=2.47
/proc/18330/stat : 18330 (java) S 18329 18316 17985 0 -1 0 7300 0 1 0 229 18 0 0 18 0 9 0 2000558332 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 217094 6043 2563 9 0 211641 0
[pid=18330/tid=18331] ppid=18329 vsize=868376 CPUtime=2
/proc/18330/task/18331/stat : 18331 (java) R 18329 18316 17985 0 -1 64 3182 0 1 0 187 13 0 0 25 0 9 0 2000558333 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4126585679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18332] ppid=18329 vsize=868376 CPUtime=0.2
/proc/18330/task/18332/stat : 18332 (java) S 18329 18316 17985 0 -1 64 1921 0 0 0 17 3 0 0 16 0 9 0 2000558334 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18333] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18333/stat : 18333 (java) S 18329 18316 17985 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000558334 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18334] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18329 18316 17985 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000558334 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18335] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18329 18316 17985 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000558336 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18336] ppid=18329 vsize=868376 CPUtime=0.24
/proc/18330/task/18336/stat : 18336 (java) S 18329 18316 17985 0 -1 64 1504 0 0 0 24 0 0 0 16 0 9 0 2000558336 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18337/stat : 18337 (java) S 18329 18316 17985 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000558336 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18338] ppid=18329 vsize=868376 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18329 18316 17985 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000558336 889217024 6043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887332

[startup+6.30197 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387784/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 15 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=47928 CPUtime=3.02
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11260 0 0 0 295 7 0 0 25 0 1 0 2000558598 49078272 11246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 11982 11246 75 150 0 11829 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 66884

[startup+12.7012 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387784/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=48372 CPUtime=9.35
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11327 0 0 0 928 7 0 0 25 0 1 0 2000558598 49532928 11313 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 12093 11313 75 150 0 11940 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 67328

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

[startup+19.1014 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387656/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=48504 CPUtime=15.69
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11376 0 0 0 1562 7 0 0 25 0 1 0 2000558598 49668096 11362 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 12126 11362 75 150 0 11973 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 67460

[startup+22.302 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387592/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=48636 CPUtime=18.86
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11394 0 0 0 1879 7 0 0 25 0 1 0 2000558598 49803264 11380 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 12159 11380 75 150 0 12006 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 67592

[startup+23.1061 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387592/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=48636 CPUtime=19.65
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11396 0 0 0 1958 7 0 0 25 0 1 0 2000558598 49803264 11382 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 12159 11382 75 150 0 12006 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 67592

[startup+23.5012 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387592/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=3.14
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1033 12763 0 2 4 0 287 23 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
[pid=18339] ppid=18316 vsize=5356 CPUtime=0
/proc/18339/stat : 18339 (sh) S 18316 18316 17985 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000558598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18339/statm: 1339 232 193 169 0 50 0
[pid=18340] ppid=18339 vsize=48636 CPUtime=20.05
/proc/18340/stat : 18340 (minisat) R 18339 18316 17985 0 -1 4194304 11404 0 0 0 1998 7 0 0 25 0 1 0 2000558598 49803264 11390 996147200 134512640 135127466 4294956256 18446744073709551615 134521452 0 0 4096 3 0 0 0 17 1 0 0
/proc/18340/statm: 12159 11390 75 150 0 12006 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 67592

[startup+23.9013 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387592/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=23.3
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1090 24496 0 2 4 0 2294 32 16 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 13600

[startup+24.0013 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 18340
/proc/meminfo: memFree=1387592/2055920 swapFree=4180412/4192956
[pid=18316] ppid=18314 vsize=13600 CPUtime=23.3
/proc/18316/stat : 18316 (sugar) S 18314 18316 17985 0 -1 4194304 1091 24496 0 2 4 0 2294 32 15 0 1 0 2000558273 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18316/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 24.0338
CPU time (s): 23.7064
CPU user time (s): 23.3305
CPU system time (s): 0.375942
CPU usage (%): 98.6376
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3305
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29419
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= 5895
involuntary context switches= 6216

runsolver used 0.040993 second user time and 0.086986 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 01:57:20
IDJOB=1081188
IDBENCH=57084
IDSOLVER=346
FILE ID=node21/1081188-1215215840
PBS_JOBID= 7881811
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 183bb6c12d5c0d952ccfd5001b683c61
RANDOM SEED=1653302347

node21.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.263
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.263
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:       1454080 kB
Buffers:         92156 kB
Cached:         423476 kB
SwapCached:       6472 kB
Active:         192832 kB
Inactive:       341256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454080 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          24728 kB
Slab:            53044 kB
Committed_AS:  3515328 kB
PageTables:       1772 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= 66480 MiB
End job on node21 at 2008-07-05 01:57:44