Trace number 1081125

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 14.7438 14.9407

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-7.xml
MD5SUM6e8e9ba1a290bfaa92f9ada7bfecc4c2
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 benchmark14.2868
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:51:41 2008
0.00/0.04	c 0	PID 28058
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1081125-1215215501.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081125-1215215501.xml' 'HOME/temp.csp'
0.03/0.53	c 0	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.64	c 1	Parsing HOME/temp.csp
0.50/0.83	c 1	parsed 2237 expressions
0.50/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.83	c 1	Converting to clausal form CSP
0.50/0.85	c 1	converted 224 (10%) expressions
0.50/0.86	c 1	converted 448 (20%) expressions
0.50/0.92	c 1	converted 672 (30%) expressions
0.92/1.01	c 1	converted 895 (40%) expressions
0.92/1.03	c 1	converted 1119 (50%) expressions
0.92/1.05	c 1	converted 1343 (60%) expressions
0.92/1.06	c 1	converted 1566 (70%) expressions
0.92/1.07	c 1	converted 1790 (80%) expressions
0.92/1.07	c 1	converted 2014 (90%) expressions
0.92/1.08	c 1	converted 2237 (100%) expressions
0.92/1.08	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1282
0.92/1.08	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.08	c 1	Propagation in CSP
1.01/1.18	c 1	159628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.18	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 798
1.01/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.21	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 798
1.11/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.28	c 1	23 (10%) CSP integer variables are encoded (9114 clauses, 116339 bytes)
1.11/1.29	c 1	45 (20%) CSP integer variables are encoded (17040 clauses, 233510 bytes)
1.21/1.30	c 1	68 (30%) CSP integer variables are encoded (27836 clauses, 395450 bytes)
1.21/1.31	c 1	90 (40%) CSP integer variables are encoded (37695 clauses, 543335 bytes)
1.21/1.33	c 1	113 (50%) CSP integer variables are encoded (48575 clauses, 706535 bytes)
1.21/1.34	c 1	135 (60%) CSP integer variables are encoded (60000 clauses, 877910 bytes)
1.21/1.35	c 1	158 (70%) CSP integer variables are encoded (71853 clauses, 1055705 bytes)
1.21/1.37	c 1	180 (80%) CSP integer variables are encoded (83970 clauses, 1237460 bytes)
1.21/1.39	c 1	203 (90%) CSP integer variables are encoded (102158 clauses, 1514999 bytes)
1.31/1.41	c 1	225 (100%) CSP integer variables are encoded (117195 clauses, 1770628 bytes)
1.40/1.58	c 1	494 (10%) CSP clauses are encoded (198122 clauses, 3498226 bytes)
1.60/1.71	c 2	987 (20%) CSP clauses are encoded (254260 clauses, 4704972 bytes)
1.70/1.83	c 2	1481 (30%) CSP clauses are encoded (313126 clauses, 6018036 bytes)
1.81/1.99	c 2	1974 (40%) CSP clauses are encoded (392895 clauses, 7818926 bytes)
2.01/2.19	c 2	2468 (50%) CSP clauses are encoded (489217 clauses, 9993972 bytes)
2.20/2.35	c 2	2961 (60%) CSP clauses are encoded (572576 clauses, 11868818 bytes)
2.40/2.54	c 2	3455 (70%) CSP clauses are encoded (671557 clauses, 14092853 bytes)
2.60/2.71	c 3	3948 (80%) CSP clauses are encoded (758677 clauses, 16047734 bytes)
2.79/2.93	c 3	4442 (90%) CSP clauses are encoded (878590 clauses, 18719889 bytes)
3.10/3.24	c 3	4935 (100%) CSP clauses are encoded (1052020 clauses, 22464419 bytes)
3.10/3.24	c 3	4935 CSP clauses encoded
3.10/3.24	c 3	Writing map file : HOME/temp.map
3.10/3.24	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.24	c 3	SAT : 120570 SAT variables, 1052020 SAT clauses, 22464419 bytes
3.10/3.24	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.27	c 3	SOLVING HOME/temp.cnf
3.10/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.10/3.28	c 3	This is MiniSat 2.0 beta
3.10/3.28	c 3	WARNING: for repeatability, setting FPU to use double precision
3.10/3.28	c 3	============================[ Problem Statistics ]=============================
3.10/3.28	c 3	|                                                                             |
3.10/3.28	c 3	|  Number of variables:  120570                                               |
3.10/3.28	c 3	|  Number of clauses:    1052020                                              |
3.16/3.87	c 4	|  Parsing time:         0.51         s                                       |
3.16/3.91	c 4	============================[ Search Statistics ]==============================
3.16/3.91	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.16/3.91	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.16/3.91	c 4	===============================================================================
3.16/3.91	c 4	|         0 |  119968  1051418  2923272 |   350472        0    nan |  0.000 % |
4.47/4.64	c 5	|       100 |  119968  1051418  2923272 |   385519      100     14 |  0.499 % |
5.37/5.53	c 5	|       250 |  119968  1051418  2923272 |   424071      250     22 |  0.499 % |
6.36/6.57	c 6	|       475 |  119968  1051418  2923272 |   466479      475     18 |  0.499 % |
8.74/8.98	c 9	|       813 |  119968  1051418  2923272 |   513127      813     18 |  0.499 % |
12.02/12.28	c 12	|      1319 |  119968  1051418  2923272 |   564439     1319     19 |  0.499 % |
14.31/14.54	c 14	===============================================================================
14.31/14.55	c 14	restarts              : 6
14.31/14.55	c 14	conflicts             : 1628           (146 /sec)
14.31/14.55	c 14	decisions             : 3006           (1.03 % random) (270 /sec)
14.31/14.55	c 14	propagations          : 19444920       (1749224 /sec)
14.31/14.55	c 14	conflict literals     : 32287          (29.51 % deleted)
14.31/14.55	c 14	Memory used           : 55.86 MB
14.31/14.55	c 14	CPU time              : 11.1163 s
14.31/14.55	c 14	
14.31/14.60	c 14	SATISFIABLE
14.41/14.61	c 14	DECODING HOME/temp.out WITH HOME/temp.map
14.41/14.61	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.41/14.69	c 15	Decoding HOME/temp.out
14.43/14.88	s SATISFIABLE
14.43/14.89	v 101 204 205 343 397 427 507 588 597 839 871 946 1065 1130 1218 1 5 84 163 184 305 646 729 780 863 959 1027 1066 1107 1206 165 211 268 334 417 531 589 693 728 787 979 1003 1099 1123 1178 51 85 154 207 330 338 478 559 712 770 773 832 913 1031 1107 0 157 237 273 330 426 460 474 477 567 713 809 851 1004 1084 28 75 105 259 272 307 500 561 645 750 863 961 1042 1114 1258 250 271 276 376 381 403 419 496 581 675 721 762 943 1201 1245 21 70 310 371 458 499 505 589 668 714 797 806 890 989 1039 257 510 644 712 781 806 880 985 992 1026 1053 1104 1186 1191 1281 1 86 150 254 339 428 618 652 666 718 751 867 971 991 1086 73 113 121 158 169 170 221 301 388 484 648 1111 1176 1218 1234 18 56 139 187 261 310 320 409 556 660 757 795 842 944 1262 54 143 485 605 620 657 722 885 924 1012 1038 1108 1162 1214 1259 25 39 149 153 214 496 502 551 599 653 712 761 777 781 869 147 171 306 323 371 450 518 541 570 584 695 907 1044 1218 1279
14.43/14.89	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.43/14.93	c 15	CPU 14.33 (0.03 0.01 14.3 0.37)
14.43/14.93	c 15	END Sat Jul  5 01:51:56 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-1081125-1215215501/watcher-1081125-1215215501 -o /tmp/evaluation-result-1081125-1215215501/solver-1081125-1215215501 -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-1081125-1215215501.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.03 2.08 4/75 28058
/proc/meminfo: memFree=767856/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=12268 CPUtime=0
/proc/28058/stat : 28058 (sugar) R 28056 28058 27578 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 644470227 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/28058/statm: 3068 322 242 3 0 168 0

[startup+0.0822791 s]
/proc/loadavg: 2.00 2.03 2.08 4/75 28058
/proc/meminfo: memFree=767856/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.03
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 644470227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102278 s]
/proc/loadavg: 2.00 2.03 2.08 4/75 28058
/proc/meminfo: memFree=767856/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.03
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 644470227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3023 s]
/proc/loadavg: 2.00 2.03 2.08 4/75 28058
/proc/meminfo: memFree=767856/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.03
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 644470227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28058/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701339 s]
/proc/loadavg: 2.00 2.03 2.08 4/75 28058
/proc/meminfo: memFree=767856/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.5
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 973 5124 0 1 2 1 44 3 15 0 1 0 644470227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.00 2.03 2.08 4/86 28080
/proc/meminfo: memFree=754328/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.5
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 974 5124 0 1 2 1 44 3 15 0 1 0 644470227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 797 370 3 0 500 0
[pid=28071] ppid=28058 vsize=5356 CPUtime=0
/proc/28071/stat : 28071 (sh) S 28058 28058 27578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644470284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28071/statm: 1339 233 193 169 0 50 0
[pid=28072] ppid=28071 vsize=868384 CPUtime=0.9
/proc/28072/stat : 28072 (java) S 28071 28058 27578 0 -1 0 6860 0 1 0 85 5 0 0 19 0 9 0 644470284 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28072/statm: 217096 6020 2563 9 0 211643 0
[pid=28072/tid=28073] ppid=28071 vsize=868384 CPUtime=0.59
/proc/28072/task/28073/stat : 28073 (java) R 28071 28058 27578 0 -1 64 2786 0 1 0 57 2 0 0 19 0 9 0 644470285 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4126580343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28074] ppid=28071 vsize=868384 CPUtime=0.08
/proc/28072/task/28074/stat : 28074 (java) S 28071 28058 27578 0 -1 64 1908 0 0 0 7 1 0 0 16 0 9 0 644470286 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28075] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28075/stat : 28075 (java) S 28071 28058 27578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644470286 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28076] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28076/stat : 28076 (java) S 28071 28058 27578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644470286 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28077] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28077/stat : 28077 (java) S 28071 28058 27578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644470288 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28078] ppid=28071 vsize=868384 CPUtime=0.21
/proc/28072/task/28078/stat : 28078 (java) S 28071 28058 27578 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 644470288 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28079] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28079/stat : 28079 (java) S 28071 28058 27578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 644470288 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28080] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28080/stat : 28080 (java) S 28071 28058 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644470288 889225216 6020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887340

[startup+3.10258 s]
/proc/loadavg: 2.00 2.03 2.08 3/86 28080
/proc/meminfo: memFree=742424/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=0.5
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 974 5124 0 1 2 1 44 3 15 0 1 0 644470227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 797 370 3 0 500 0
[pid=28071] ppid=28058 vsize=5356 CPUtime=0
/proc/28071/stat : 28071 (sh) S 28058 28058 27578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644470284 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28071/statm: 1339 233 193 169 0 50 0
[pid=28072] ppid=28071 vsize=868384 CPUtime=2.5
/proc/28072/stat : 28072 (java) S 28071 28058 27578 0 -1 0 7362 0 1 0 232 18 0 0 19 0 9 0 644470284 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28072/statm: 217096 6035 2563 9 0 211643 0
[pid=28072/tid=28073] ppid=28071 vsize=868384 CPUtime=2.05
/proc/28072/task/28073/stat : 28073 (java) R 28071 28058 27578 0 -1 64 3274 0 1 0 193 12 0 0 25 0 9 0 644470285 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4126834135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28074] ppid=28071 vsize=868384 CPUtime=0.19
/proc/28072/task/28074/stat : 28074 (java) S 28071 28058 27578 0 -1 64 1908 0 0 0 16 3 0 0 16 0 9 0 644470286 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28075] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28075/stat : 28075 (java) S 28071 28058 27578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644470286 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28076] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28076/stat : 28076 (java) S 28071 28058 27578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644470286 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28077] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28077/stat : 28077 (java) S 28071 28058 27578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644470288 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28078] ppid=28071 vsize=868384 CPUtime=0.23
/proc/28072/task/28078/stat : 28078 (java) S 28071 28058 27578 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 644470288 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28079] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28079/stat : 28079 (java) S 28071 28058 27578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 644470288 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28072/tid=28080] ppid=28071 vsize=868384 CPUtime=0
/proc/28072/task/28080/stat : 28080 (java) S 28071 28058 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644470288 889225216 6035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30291 s]
/proc/loadavg: 2.16 2.06 2.09 3/78 28082
/proc/meminfo: memFree=690136/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=3.16
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 1033 12834 0 2 3 1 289 23 16 0 1 0 644470227 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 799 370 3 0 500 0
[pid=28081] ppid=28058 vsize=5356 CPUtime=0
/proc/28081/stat : 28081 (sh) S 28058 28058 27578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644470555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28081/statm: 1339 232 193 169 0 50 0
[pid=28082] ppid=28081 vsize=56664 CPUtime=3
/proc/28082/stat : 28082 (minisat) R 28081 28058 27578 0 -1 4194304 13206 0 0 0 291 9 0 0 25 0 1 0 644470555 58023936 13192 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28082/statm: 14166 13192 75 150 0 14013 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 75620

[startup+12.7016 s]
/proc/loadavg: 2.23 2.08 2.10 3/78 28082
/proc/meminfo: memFree=690016/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=3.16
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 1033 12834 0 2 3 1 289 23 16 0 1 0 644470227 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 799 370 3 0 500 0
[pid=28081] ppid=28058 vsize=5356 CPUtime=0
/proc/28081/stat : 28081 (sh) S 28058 28058 27578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644470555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28081/statm: 1339 232 193 169 0 50 0
[pid=28082] ppid=28081 vsize=56928 CPUtime=9.36
/proc/28082/stat : 28082 (minisat) R 28081 28058 27578 0 -1 4194304 13285 0 0 0 927 9 0 0 25 0 1 0 644470555 58294272 13271 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28082/statm: 14232 13271 75 150 0 14079 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 75884

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

[startup+14.3067 s]
/proc/loadavg: 2.23 2.08 2.10 3/78 28082
/proc/meminfo: memFree=689888/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=3.16
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 1033 12834 0 2 3 1 289 23 16 0 1 0 644470227 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28058/statm: 3400 799 370 3 0 500 0
[pid=28081] ppid=28058 vsize=5356 CPUtime=0
/proc/28081/stat : 28081 (sh) S 28058 28058 27578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644470555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28081/statm: 1339 232 193 169 0 50 0
[pid=28082] ppid=28081 vsize=57068 CPUtime=10.95
/proc/28082/stat : 28082 (minisat) R 28081 28058 27578 0 -1 4194304 13305 0 0 0 1086 9 0 0 25 0 1 0 644470555 58437632 13291 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28082/statm: 14267 13291 75 150 0 14114 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 76024

[startup+14.7018 s]
/proc/loadavg: 2.23 2.08 2.10 3/78 28082
/proc/meminfo: memFree=689888/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=14.43
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 1090 26478 0 2 3 1 1405 34 15 0 1 0 644470227 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28058/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 13600

[startup+14.9018 s]
/proc/loadavg: 2.23 2.08 2.10 3/78 28082
/proc/meminfo: memFree=689888/2055920 swapFree=4176992/4192956
[pid=28058] ppid=28056 vsize=13600 CPUtime=14.43
/proc/28058/stat : 28058 (sugar) S 28056 28058 27578 0 -1 4194304 1091 26478 0 2 3 1 1405 34 15 0 1 0 644470227 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28058/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 14.9407
CPU time (s): 14.7438
CPU user time (s): 14.3348
CPU system time (s): 0.408937
CPU usage (%): 98.6818
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3348
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31403
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= 6777
involuntary context switches= 6753

runsolver used 0.021996 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 01:51:41
IDJOB=1081125
IDBENCH=57074
IDSOLVER=346
FILE ID=node84/1081125-1215215501
PBS_JOBID= 7881788
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e8e9ba1a290bfaa92f9ada7bfecc4c2
RANDOM SEED=1529738646

node84.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        768344 kB
Buffers:          9364 kB
Cached:        1120132 kB
SwapCached:      10116 kB
Active:         191260 kB
Inactive:      1045764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        768344 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:         114020 kB
Slab:            35600 kB
Committed_AS:  1242528 kB
PageTables:       2024 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= 66508 MiB
End job on node84 at 2008-07-05 01:51:56