Trace number 2080399

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.14.6+minisatSAT 133.972 134.673

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-6.xml
MD5SUM86cc81d2eef8616c56c5321a1700a380
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 benchmark127.328
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1235
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:37:53 2009
0.00/0.07	c 0	PID 23303
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080399-1247369872.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080399-1247369872.xml' 'HOME/temp.csp'
0.06/0.65	c 0	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.73	c 0	Parsing HOME/temp.csp
0.67/0.87	c 0	parsed 2237 expressions
0.67/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.88	c 0	Converting to clausal form CSP
0.67/0.90	c 0	converted 224 (10%) expressions
0.67/0.91	c 0	converted 448 (20%) expressions
0.67/0.99	c 1	converted 672 (30%) expressions
0.99/1.09	c 1	converted 895 (40%) expressions
1.09/1.11	c 1	converted 1119 (50%) expressions
1.09/1.13	c 1	converted 1343 (60%) expressions
1.09/1.14	c 1	converted 1566 (70%) expressions
1.09/1.15	c 1	converted 1790 (80%) expressions
1.09/1.16	c 1	converted 2014 (90%) expressions
1.09/1.16	c 1	converted 2237 (100%) expressions
1.09/1.17	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1211
1.09/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.17	c 1	Propagation in CSP
1.18/1.24	c 1	72228 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.24	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 700
1.18/1.24	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.18/1.28	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 700
1.18/1.28	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.35	c 1	23 (10%) CSP integer variables are encoded (13878 clauses, 186056 bytes)
1.28/1.36	c 1	45 (20%) CSP integer variables are encoded (21345 clauses, 298061 bytes)
1.28/1.37	c 1	68 (30%) CSP integer variables are encoded (33206 clauses, 475976 bytes)
1.28/1.38	c 1	90 (40%) CSP integer variables are encoded (43905 clauses, 636461 bytes)
1.28/1.40	c 1	113 (50%) CSP integer variables are encoded (53872 clauses, 785966 bytes)
1.38/1.41	c 1	135 (60%) CSP integer variables are encoded (62535 clauses, 915911 bytes)
1.38/1.42	c 1	158 (70%) CSP integer variables are encoded (72132 clauses, 1059866 bytes)
1.38/1.43	c 1	180 (80%) CSP integer variables are encoded (82740 clauses, 1218986 bytes)
1.38/1.44	c 1	203 (90%) CSP integer variables are encoded (94081 clauses, 1389101 bytes)
1.38/1.46	c 1	225 (100%) CSP integer variables are encoded (104355 clauses, 1552354 bytes)
1.58/1.69	c 1	494 (10%) CSP clauses are encoded (218665 clauses, 3981889 bytes)
1.78/1.85	c 1	987 (20%) CSP clauses are encoded (296027 clauses, 5691230 bytes)
1.88/1.97	c 2	1481 (30%) CSP clauses are encoded (353413 clauses, 6977870 bytes)
1.98/2.09	c 2	1974 (40%) CSP clauses are encoded (415574 clauses, 8361272 bytes)
2.18/2.27	c 2	2468 (50%) CSP clauses are encoded (502184 clauses, 10299081 bytes)
2.27/2.40	c 2	2961 (60%) CSP clauses are encoded (571622 clauses, 11843873 bytes)
2.47/2.55	c 2	3455 (70%) CSP clauses are encoded (656153 clauses, 13720267 bytes)
2.58/2.67	c 2	3948 (80%) CSP clauses are encoded (720970 clauses, 15151185 bytes)
2.78/2.81	c 2	4442 (90%) CSP clauses are encoded (794838 clauses, 16759938 bytes)
2.87/2.97	c 3	4935 (100%) CSP clauses are encoded (888789 clauses, 18689278 bytes)
2.87/2.97	c 3	4935 CSP clauses encoded
2.87/2.97	c 3	Writing map file : HOME/temp.map
2.87/2.98	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.87/2.98	c 3	SAT : 107730 SAT variables, 888789 SAT clauses, 18689278 bytes
2.87/2.98	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.95/3.01	c 3	SOLVING HOME/temp.cnf
2.95/3.01	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.95/3.01	c 3	This is MiniSat 2.0 beta
2.95/3.01	c 3	WARNING: for repeatability, setting FPU to use double precision
2.95/3.01	c 3	============================[ Problem Statistics ]=============================
2.95/3.01	c 3	|                                                                             |
2.95/3.01	c 3	|  Number of variables:  107730                                               |
2.95/3.01	c 3	|  Number of clauses:    888789                                               |
3.45/3.52	c 3	|  Parsing time:         0.43         s                                       |
3.45/3.55	c 3	============================[ Search Statistics ]==============================
3.45/3.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.45/3.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.45/3.55	c 3	===============================================================================
3.45/3.55	c 3	|         0 |  106990   888049  2458193 |   296016        0    nan |  0.000 % |
4.26/4.33	c 4	|       102 |  106990   888049  2458193 |   325617      102     11 |  0.687 % |
5.15/5.29	c 5	|       254 |  106990   888049  2458193 |   358179      254     13 |  0.687 % |
6.73/6.83	c 6	|       480 |  106990   888049  2458193 |   393997      480     15 |  0.687 % |
8.53/8.67	c 8	|       817 |  106990   888049  2458193 |   433397      817     15 |  0.687 % |
11.91/12.08	c 12	|      1324 |  106990   888049  2458193 |   476737     1324     16 |  0.687 % |
16.18/16.39	c 16	|      2083 |  106990   888049  2458193 |   524410     2083     15 |  0.687 % |
23.24/23.49	c 23	|      3225 |  106990   888049  2458193 |   576852     3225     15 |  0.687 % |
32.99/33.26	c 33	|      4934 |  106990   888049  2458193 |   634537     4934     17 |  0.687 % |
51.01/51.33	c 51	|      7497 |  106990   888049  2458193 |   697991     7497     18 |  0.687 % |
75.78/76.23	c 76	|     11344 |  106990   888049  2458193 |   767790    11344     18 |  0.687 % |
118.38/119.09	c 119	|     17110 |  106990   888049  2458193 |   844569    17110     18 |  0.687 % |
133.50/134.27	c 134	===============================================================================
133.50/134.29	c 134	restarts              : 12
133.50/134.29	c 134	conflicts             : 19289          (148 /sec)
133.50/134.29	c 134	decisions             : 27439          (1.28 % random) (210 /sec)
133.50/134.29	c 134	propagations          : 228130244      (1748029 /sec)
133.50/134.29	c 134	conflict literals     : 356517         (34.83 % deleted)
133.50/134.29	c 134	Memory used           : 49.78 MB
133.50/134.29	c 134	CPU time              : 130.507 s
133.50/134.29	c 134	
133.59/134.33	c 134	SATISFIABLE
133.59/134.34	c 134	DECODING HOME/temp.out WITH HOME/temp.map
133.59/134.34	c 134	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
133.65/134.42	c 134	Decoding HOME/temp.out
133.65/134.61	s SATISFIABLE
133.65/134.62	v 3 71 90 96 121 122 148 314 678 705 754 942 1022 1032 1194 49 107 223 225 309 395 483 544 564 671 683 771 805 914 948 34 143 285 359 422 519 548 633 667 756 842 1015 1041 1139 1204 138 287 302 474 594 710 771 772 820 845 958 979 996 1080 1183 4 87 139 218 296 303 331 428 497 526 607 684 855 1146 1200 52 55 86 336 553 733 804 845 894 903 998 1005 1111 1131 1176 88 116 209 213 264 451 456 601 653 705 726 775 883 1054 1145 0 25 238 364 379 446 584 650 782 838 968 1025 1041 1075 1174 8 90 242 341 485 572 620 679 742 773 872 932 979 1070 1176 187 215 288 357 423 496 553 680 711 731 811 920 1083 1138 1204 73 93 192 214 333 358 433 523 614 819 860 881 935 1045 1046 411 470 492 538 583 593 630 651 768 861 920 998 1071 1130 1172 133 205 580 595 653 675 683 776 803 839 877 967 1018 1061 1141 90 162 240 269 377 428 474 517 592 682 723 797 889 905 1031 1 140 184 294 326 373 458 480 503 629 700 735 752 992 1037
133.65/134.63	c 134	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
133.65/134.67	c 134	CPU 133.94 (0.05 0.02 133.49 0.38)
133.65/134.67	c 134	END Sun Jul 12 05:40:07 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080399-1247369872/watcher-2080399-1247369872 -o /tmp/evaluation-result-2080399-1247369872/solver-2080399-1247369872 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2080399-1247369872.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23303
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=12272 CPUtime=0
/proc/23303/stat : 23303 (sugar) R 23301 23303 19023 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 24052834 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 234063465940 0 0 4224 0 0 0 0 17 0 0 0
/proc/23303/statm: 3068 325 244 3 0 168 0

[startup+0.084308 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23303
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=0.06
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24052834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101311 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23303
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=0.06
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24052834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301329 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23303
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=0.06
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24052834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701376 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 23303
/proc/meminfo: memFree=1475792/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=0.67
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1292 5189 0 1 5 1 58 3 16 0 1 0 24052834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23303/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16868

[startup+1.50246 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23325
/proc/meminfo: memFree=1465208/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=0.67
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1310 5189 0 1 5 1 58 3 15 0 1 0 24052834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1111 409 3 0 796 0
[pid=23316] ppid=23303 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23303 23303 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24052901 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23316/statm: 1339 233 193 169 0 50 0
[pid=23317] ppid=23316 vsize=868624 CPUtime=0.81
/proc/23317/stat : 23317 (java) S 23316 23303 19023 0 -1 0 6957 0 1 0 75 6 0 0 20 0 9 0 24052901 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23317/statm: 217156 6139 2589 9 0 211633 0
[pid=23317/tid=23318] ppid=23316 vsize=868624 CPUtime=0.53
/proc/23317/task/23318/stat : 23318 (java) R 23316 23303 19023 0 -1 64 2783 0 1 0 50 3 0 0 25 0 9 0 24052902 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23319] ppid=23316 vsize=868624 CPUtime=0.08
/proc/23317/task/23319/stat : 23319 (java) S 23316 23303 19023 0 -1 64 1983 0 0 0 7 1 0 0 16 0 9 0 24052903 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23320] ppid=23316 vsize=868624 CPUtime=0
/proc/23317/task/23320/stat : 23320 (java) S 23316 23303 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24052903 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23321] ppid=23316 vsize=868624 CPUtime=0
/proc/23317/task/23321/stat : 23321 (java) S 23316 23303 19023 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24052903 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23322] ppid=23316 vsize=868624 CPUtime=0
/proc/23317/task/23322/stat : 23322 (java) S 23316 23303 19023 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24052905 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23323] ppid=23316 vsize=868624 CPUtime=0.17
/proc/23317/task/23323/stat : 23323 (java) S 23316 23303 19023 0 -1 64 1492 0 0 0 16 1 0 0 16 0 9 0 24052905 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23324] ppid=23316 vsize=868624 CPUtime=0
/proc/23317/task/23324/stat : 23324 (java) S 23316 23303 19023 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24052905 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23317/tid=23325] ppid=23316 vsize=868624 CPUtime=0
/proc/23317/task/23325/stat : 23325 (java) S 23316 23303 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24052905 889470976 6139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 890848

[startup+3.10264 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23325
/proc/meminfo: memFree=1449272/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 16868

[startup+6.30197 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 23327
/proc/meminfo: memFree=1408376/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=48228 CPUtime=3.25
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11335 0 0 0 317 8 0 0 25 0 1 0 24053136 49385472 11321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12057 11321 75 150 0 11904 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 70452

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 23327
/proc/meminfo: memFree=1408120/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=48492 CPUtime=9.62
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11380 0 0 0 953 9 0 0 25 0 1 0 24053136 49655808 11366 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12123 11366 75 150 0 11970 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 70716

[startup+25.502 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 23327
/proc/meminfo: memFree=1408184/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=48624 CPUtime=22.35
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11435 0 0 0 2226 9 0 0 25 0 1 0 24053136 49790976 11421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12156 11421 75 150 0 12003 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 70848

[startup+51.1017 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 23327
/proc/meminfo: memFree=1407800/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=49152 CPUtime=47.83
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11568 0 0 0 4774 9 0 0 25 0 1 0 24053136 50331648 11554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12288 11554 75 150 0 12135 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 71376

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 23327
/proc/meminfo: memFree=1406840/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50088 CPUtime=98.78
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11778 0 0 0 9868 10 0 0 25 0 1 0 24053136 51290112 11764 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12522 11764 75 150 0 12369 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 72312

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

[startup+115.102 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 23327
/proc/meminfo: memFree=1406648/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50220 CPUtime=111.52
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11837 0 0 0 11142 10 0 0 25 0 1 0 24053136 51425280 11823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12555 11823 75 150 0 12402 0
Current children cumulated CPU time (s) 114.5
Current children cumulated vsize (KiB) 72444

[startup+127.902 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 23327
/proc/meminfo: memFree=1406328/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50628 CPUtime=124.25
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11910 0 0 0 12415 10 0 0 25 0 1 0 24053136 51843072 11896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12657 11896 75 150 0 12504 0
Current children cumulated CPU time (s) 127.23
Current children cumulated vsize (KiB) 72852

[startup+131.102 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406328/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50628 CPUtime=127.43
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11912 0 0 0 12733 10 0 0 25 0 1 0 24053136 51843072 11898 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12657 11898 75 150 0 12504 0
Current children cumulated CPU time (s) 130.41
Current children cumulated vsize (KiB) 72852

[startup+132.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406328/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50628 CPUtime=129.03
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11918 0 0 0 12893 10 0 0 25 0 1 0 24053136 51843072 11904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12657 11904 75 150 0 12504 0
Current children cumulated CPU time (s) 132.01
Current children cumulated vsize (KiB) 72852

[startup+133.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406328/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50628 CPUtime=129.82
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11923 0 0 0 12972 10 0 0 25 0 1 0 24053136 51843072 11909 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12657 11909 75 150 0 12504 0
Current children cumulated CPU time (s) 132.8
Current children cumulated vsize (KiB) 72852

[startup+134.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406264/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=2.98
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1376 12917 0 2 5 1 268 24 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
[pid=23326] ppid=23303 vsize=5356 CPUtime=0
/proc/23326/stat : 23326 (sh) S 23303 23303 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24053136 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23326/statm: 1339 232 193 169 0 50 0
[pid=23327] ppid=23326 vsize=50984 CPUtime=130.61
/proc/23327/stat : 23327 (minisat) R 23326 23303 19023 0 -1 4194304 11979 0 0 0 13051 10 0 0 25 0 1 0 24053136 52207616 11964 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/23327/statm: 12746 11964 81 150 0 12593 0
Current children cumulated CPU time (s) 133.59
Current children cumulated vsize (KiB) 73208

[startup+134.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406264/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=133.65
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1448 25181 0 2 5 2 13322 36 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 133.65
Current children cumulated vsize (KiB) 16868

[startup+134.601 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 23327
/proc/meminfo: memFree=1406264/2055920 swapFree=4192956/4192956
[pid=23303] ppid=23301 vsize=16868 CPUtime=133.65
/proc/23303/stat : 23303 (sugar) S 23301 23303 19023 0 -1 4194304 1448 25181 0 2 5 2 13322 36 16 0 1 0 24052834 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23303/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 133.65
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 134.673
CPU time (s): 133.972
CPU user time (s): 133.552
CPU system time (s): 0.419936
CPU usage (%): 99.479
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.552
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30554
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= 6523
involuntary context switches= 8118

runsolver used 0.208968 second user time and 0.410937 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 05:37:53
IDJOB=2080399
IDBENCH=57081
IDSOLVER=739
FILE ID=node79/2080399-1247369872
PBS_JOBID= 9507019
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080399-1247369872/watcher-2080399-1247369872 -o /tmp/evaluation-result-2080399-1247369872/solver-2080399-1247369872 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080399-1247369872.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86cc81d2eef8616c56c5321a1700a380
RANDOM SEED=2019756062

node79.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.229
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.229
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:       1476272 kB
Buffers:         75572 kB
Cached:         399476 kB
SwapCached:          0 kB
Active:         183152 kB
Inactive:       319476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          39136 kB
Slab:            62468 kB
Committed_AS:   195328 kB
PageTables:       1748 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= 66352 MiB
End job on node79 at 2009-07-12 05:40:07