Trace number 2080333

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 36.5224 36.6743

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-4.xml
MD5SUM0f2f3ada50c67a34ccbabc19d4e4fa5d
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 benchmark24.6083
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1236
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:35:13 2009
0.00/0.07	c 0	PID 23181
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2080333-1247369713.xml TO HOME/temp.csp
0.06/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-2080333-1247369713.xml' 'HOME/temp.csp'
0.06/0.55	c 0	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	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.53/0.66	c 0	Parsing HOME/temp.csp
0.53/0.80	c 1	parsed 2237 expressions
0.53/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.81	c 1	Converting to clausal form CSP
0.53/0.82	c 1	converted 224 (10%) expressions
0.53/0.83	c 1	converted 448 (20%) expressions
0.53/0.91	c 1	converted 672 (30%) expressions
0.53/1.00	c 1	converted 895 (40%) expressions
0.92/1.02	c 1	converted 1119 (50%) expressions
0.92/1.04	c 1	converted 1343 (60%) expressions
0.92/1.05	c 1	converted 1566 (70%) expressions
0.92/1.06	c 1	converted 1790 (80%) expressions
0.92/1.07	c 1	converted 2014 (90%) expressions
0.92/1.07	c 1	converted 2237 (100%) expressions
0.92/1.08	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1222
0.92/1.08	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.08	c 1	Propagation in CSP
1.02/1.15	c 1	70654 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.15	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 689
1.02/1.15	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.18	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 689
1.02/1.18	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.24	c 1	23 (10%) CSP integer variables are encoded (7481 clauses, 95112 bytes)
1.11/1.25	c 1	45 (20%) CSP integer variables are encoded (17295 clauses, 237345 bytes)
1.11/1.26	c 1	68 (30%) CSP integer variables are encoded (27804 clauses, 394980 bytes)
1.11/1.28	c 1	90 (40%) CSP integer variables are encoded (38865 clauses, 560895 bytes)
1.11/1.29	c 1	113 (50%) CSP integer variables are encoded (47629 clauses, 692355 bytes)
1.21/1.30	c 1	135 (60%) CSP integer variables are encoded (61035 clauses, 893445 bytes)
1.21/1.32	c 1	158 (70%) CSP integer variables are encoded (73958 clauses, 1087290 bytes)
1.21/1.33	c 1	180 (80%) CSP integer variables are encoded (85845 clauses, 1265595 bytes)
1.21/1.34	c 1	203 (90%) CSP integer variables are encoded (97445 clauses, 1439595 bytes)
1.21/1.36	c 1	225 (100%) CSP integer variables are encoded (109095 clauses, 1632954 bytes)
1.32/1.47	c 1	494 (10%) CSP clauses are encoded (161874 clauses, 2747064 bytes)
1.42/1.59	c 1	987 (20%) CSP clauses are encoded (216508 clauses, 3913597 bytes)
1.61/1.75	c 1	1481 (30%) CSP clauses are encoded (299907 clauses, 5755669 bytes)
1.82/1.92	c 2	1974 (40%) CSP clauses are encoded (387593 clauses, 7731315 bytes)
1.91/2.07	c 2	2468 (50%) CSP clauses are encoded (469999 clauses, 9579857 bytes)
2.12/2.24	c 2	2961 (60%) CSP clauses are encoded (560265 clauses, 11603938 bytes)
2.21/2.39	c 2	3455 (70%) CSP clauses are encoded (644667 clauses, 13491699 bytes)
2.42/2.55	c 2	3948 (80%) CSP clauses are encoded (734200 clauses, 15487754 bytes)
2.61/2.77	c 2	4442 (90%) CSP clauses are encoded (865620 clauses, 18392108 bytes)
2.82/2.98	c 3	4935 (100%) CSP clauses are encoded (988391 clauses, 20984187 bytes)
2.82/2.98	c 3	4935 CSP clauses encoded
2.82/2.98	c 3	Writing map file : HOME/temp.map
2.82/2.99	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.82/2.99	c 3	SAT : 112470 SAT variables, 988391 SAT clauses, 20984187 bytes
2.82/2.99	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.04	c 3	SOLVING HOME/temp.cnf
2.90/3.04	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.90/3.04	c 3	This is MiniSat 2.0 beta
2.90/3.04	c 3	WARNING: for repeatability, setting FPU to use double precision
2.90/3.04	c 3	============================[ Problem Statistics ]=============================
2.90/3.04	c 3	|                                                                             |
2.90/3.04	c 3	|  Number of variables:  112470                                               |
2.90/3.04	c 3	|  Number of clauses:    988391                                               |
3.37/3.57	c 3	|  Parsing time:         0.46         s                                       |
3.37/3.59	c 3	============================[ Search Statistics ]==============================
3.37/3.59	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.60	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.60	c 3	===============================================================================
3.37/3.60	c 3	|         0 |  111858   987779  2748009 |   329259        0    nan |  0.000 % |
4.06/4.22	c 4	|       101 |  111858   987779  2748009 |   362185      101     12 |  0.544 % |
5.05/5.20	c 5	|       253 |  111858   987779  2748009 |   398404      253     18 |  0.544 % |
5.86/6.02	c 6	|       478 |  111858   987779  2748009 |   438244      478     18 |  0.544 % |
7.66/7.82	c 8	|       815 |  111858   987779  2748009 |   482069      815     17 |  0.544 % |
10.25/10.40	c 10	|      1321 |  111858   987779  2748009 |   530275     1321     16 |  0.544 % |
14.36/14.51	c 14	|      2081 |  111858   987779  2748009 |   583303     2081     16 |  0.544 % |
20.77/20.95	c 21	|      3223 |  111858   987779  2748009 |   641633     3223     15 |  0.544 % |
29.65/29.80	c 30	|      4931 |  111858   987779  2748009 |   705797     4931     18 |  0.544 % |
36.05/36.28	c 36	===============================================================================
36.05/36.29	c 36	restarts              : 9
36.05/36.29	c 36	conflicts             : 6317           (191 /sec)
36.05/36.29	c 36	decisions             : 10101          (1.10 % random) (305 /sec)
36.05/36.29	c 36	propagations          : 65331884       (1972047 /sec)
36.05/36.29	c 36	conflict literals     : 129166         (28.42 % deleted)
36.05/36.29	c 36	Memory used           : 52.03 MB
36.05/36.29	c 36	CPU time              : 33.129 s
36.05/36.29	c 36	
36.15/36.33	c 36	SATISFIABLE
36.15/36.34	c 36	DECODING HOME/temp.out WITH HOME/temp.map
36.15/36.34	c 36	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'
36.21/36.42	c 36	Decoding HOME/temp.out
36.21/36.61	s SATISFIABLE
36.21/36.62	v 45 92 188 247 342 434 509 532 597 868 884 955 1029 1113 1212 2 4 180 333 418 551 564 602 637 698 735 849 907 975 1069 240 339 385 399 486 521 600 739 882 936 937 1034 1050 1052 1140 9 28 78 120 128 200 215 426 451 529 613 837 970 1090 1106 5 106 177 201 269 360 436 517 542 758 967 1018 1082 1103 1172 13 27 73 156 238 244 275 373 423 506 514 706 833 893 991 261 298 378 477 547 627 717 764 871 927 1005 1058 1068 1160 1203 7 36 121 230 268 298 336 430 508 524 616 712 1051 1139 1189 274 315 327 376 399 400 478 517 538 556 627 662 768 776 837 15 43 183 281 327 337 374 516 600 626 675 851 930 1064 1185 82 104 153 279 291 339 441 678 746 767 828 897 991 1149 1188 102 202 248 397 420 702 721 785 860 887 972 983 1056 1133 1161 85 106 186 216 615 637 660 745 837 866 879 947 1007 1108 1140 16 311 406 458 531 577 589 662 774 849 861 944 1013 1103 1230 116 210 228 282 324 394 434 481 538 694 791 831 942 943 1006
36.21/36.63	c 36	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.21/36.67	c 36	CPU 36.5 (0.06 0.02 36.08 0.34)
36.21/36.67	c 36	END Sun Jul 12 05:35:49 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-2080333-1247369713/watcher-2080333-1247369713 -o /tmp/evaluation-result-2080333-1247369713/solver-2080333-1247369713 -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-2080333-1247369713.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.95 2.04 2.06 4/74 23181
/proc/meminfo: memFree=1724136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=12268 CPUtime=0
/proc/23181/stat : 23181 (sugar) R 23179 23181 18774 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24038521 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228720458322 0 0 4224 0 0 0 0 17 0 0 0
/proc/23181/statm: 3067 316 241 3 0 167 0

[startup+0.074809 s]
/proc/loadavg: 1.95 2.04 2.06 4/74 23181
/proc/meminfo: memFree=1724136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16740 CPUtime=0.06
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24038521 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101498 s]
/proc/loadavg: 1.95 2.04 2.06 4/74 23181
/proc/meminfo: memFree=1724136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.06
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24038521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301514 s]
/proc/loadavg: 1.95 2.04 2.06 4/74 23181
/proc/meminfo: memFree=1724136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.06
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24038521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701553 s]
/proc/loadavg: 1.95 2.04 2.06 4/74 23181
/proc/meminfo: memFree=1724136/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.53
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1309 5184 0 1 5 1 45 2 15 0 1 0 24038521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 1.95 2.04 2.06 3/85 23203
/proc/meminfo: memFree=1709328/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=0.53
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1310 5184 0 1 5 1 45 2 15 0 1 0 24038521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1111 409 3 0 796 0
[pid=23194] ppid=23181 vsize=5356 CPUtime=0
/proc/23194/stat : 23194 (sh) S 23181 23181 18774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24038580 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23194/statm: 1339 233 193 169 0 50 0
[pid=23195] ppid=23194 vsize=868624 CPUtime=0.89
/proc/23195/stat : 23195 (java) S 23194 23181 18774 0 -1 0 6866 0 1 0 83 6 0 0 20 0 9 0 24038580 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23195/statm: 217156 6019 2589 9 0 211633 0
[pid=23195/tid=23196] ppid=23194 vsize=868624 CPUtime=0.62
/proc/23195/task/23196/stat : 23196 (java) R 23194 23181 18774 0 -1 64 2812 0 1 0 59 3 0 0 25 0 9 0 24038581 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23197] ppid=23194 vsize=868624 CPUtime=0.07
/proc/23195/task/23197/stat : 23197 (java) S 23194 23181 18774 0 -1 64 1860 0 0 0 6 1 0 0 16 0 9 0 24038582 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23198] ppid=23194 vsize=868624 CPUtime=0
/proc/23195/task/23198/stat : 23198 (java) S 23194 23181 18774 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24038583 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23199] ppid=23194 vsize=868624 CPUtime=0
/proc/23195/task/23199/stat : 23199 (java) S 23194 23181 18774 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24038583 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23200] ppid=23194 vsize=868624 CPUtime=0
/proc/23195/task/23200/stat : 23200 (java) S 23194 23181 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24038585 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23201] ppid=23194 vsize=868624 CPUtime=0.16
/proc/23195/task/23201/stat : 23201 (java) S 23194 23181 18774 0 -1 64 1495 0 0 0 16 0 0 0 16 0 9 0 24038585 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23202] ppid=23194 vsize=868624 CPUtime=0
/proc/23195/task/23202/stat : 23202 (java) S 23194 23181 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24038585 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23195/tid=23203] ppid=23194 vsize=868624 CPUtime=0
/proc/23195/task/23203/stat : 23203 (java) S 23194 23181 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24038585 889470976 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890848

[startup+3.10278 s]
/proc/loadavg: 1.95 2.04 2.06 3/85 23203
/proc/meminfo: memFree=1696848/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.92
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 5 1 266 20 15 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 16868

[startup+6.30108 s]
/proc/loadavg: 2.03 2.06 2.06 3/77 23205
/proc/meminfo: memFree=1650448/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=52264 CPUtime=3.23
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12453 0 0 0 316 7 0 0 25 0 1 0 24038825 53518336 12439 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13066 12439 75 150 0 12913 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 74488

[startup+12.7017 s]
/proc/loadavg: 2.03 2.06 2.06 3/77 23205
/proc/meminfo: memFree=1650064/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=52528 CPUtime=9.62
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12504 0 0 0 955 7 0 0 25 0 1 0 24038825 53788672 12490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13132 12490 75 150 0 12979 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 74752

[startup+25.5019 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1650000/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=52792 CPUtime=22.43
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12577 0 0 0 2235 8 0 0 25 0 1 0 24038825 54059008 12563 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13198 12563 75 150 0 13045 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 75016

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

[startup+31.9065 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649808/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=52924 CPUtime=28.82
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12635 0 0 0 2874 8 0 0 25 0 1 0 24038825 54194176 12621 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13231 12621 75 150 0 13078 0
Current children cumulated CPU time (s) 31.75
Current children cumulated vsize (KiB) 75148

[startup+35.1018 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649680/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=53056 CPUtime=32.02
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12659 0 0 0 3194 8 0 0 25 0 1 0 24038825 54329344 12645 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13264 12645 75 150 0 13111 0
Current children cumulated CPU time (s) 34.95
Current children cumulated vsize (KiB) 75280

[startup+35.9019 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649680/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=53056 CPUtime=32.82
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12666 0 0 0 3274 8 0 0 25 0 1 0 24038825 54329344 12652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13264 12652 75 150 0 13111 0
Current children cumulated CPU time (s) 35.75
Current children cumulated vsize (KiB) 75280

[startup+36.3069 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649616/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=2.93
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1376 12847 0 2 6 1 266 20 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
[pid=23204] ppid=23181 vsize=5356 CPUtime=0
/proc/23204/stat : 23204 (sh) S 23181 23181 18774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24038825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23204/statm: 1339 232 193 169 0 50 0
[pid=23205] ppid=23204 vsize=53288 CPUtime=33.22
/proc/23205/stat : 23205 (minisat) R 23204 23181 18774 0 -1 4194304 12718 0 0 0 3314 8 0 0 25 0 1 0 24038825 54566912 12703 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/23205/statm: 13322 12703 81 150 0 13169 0
Current children cumulated CPU time (s) 36.15
Current children cumulated vsize (KiB) 75512

[startup+36.5019 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649616/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=36.21
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1448 25850 0 2 6 1 3583 31 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (KiB) 16868

[startup+36.6019 s]
/proc/loadavg: 2.02 2.05 2.06 3/77 23205
/proc/meminfo: memFree=1649616/2055920 swapFree=4192812/4192956
[pid=23181] ppid=23179 vsize=16868 CPUtime=36.21
/proc/23181/stat : 23181 (sugar) S 23179 23181 18774 0 -1 4194304 1448 25850 0 2 6 1 3583 31 16 0 1 0 24038521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23181/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 36.6743
CPU time (s): 36.5224
CPU user time (s): 36.1435
CPU system time (s): 0.378942
CPU usage (%): 99.5859
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1435
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31221
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= 7228
involuntary context switches= 7168

runsolver used 0.050992 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 05:35:13
IDJOB=2080333
IDBENCH=57058
IDSOLVER=739
FILE ID=node8/2080333-1247369713
PBS_JOBID= 9507079
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 0f2f3ada50c67a34ccbabc19d4e4fa5d
RANDOM SEED=1062825349

node8.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.213
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.213
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:       1724616 kB
Buffers:         43932 kB
Cached:         188356 kB
SwapCached:          0 kB
Active:         158452 kB
Inactive:        97756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          34668 kB
Slab:            60348 kB
Committed_AS:   234052 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node8 at 2009-07-12 05:35:49