Trace number 235125

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, and are wall clock time (not CPU 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 0.40SAT 118.642 121.47

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-105-3.xml
MD5SUM29690ac0f69e31f7db07bc5102f63191
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 benchmark118.642
SatisfiableYES
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.11	c # Sugar v0-40 (/tmp/evaluation/235125-1170107147/sugar-v0-40.jar)
0.11	
0.11	c # MAIN  BEGIN : /tmp/evaluation/235125-1170107147/unknown.xml [Mon Jan 29 22:45:48 2007]
0.11	c # CONVERT_XML  BEGIN : /tmp/evaluation/235125-1170107147/unknown.xml /tmp/evaluation/235125-1170107147/sugar29325.csp [Mon Jan 29 22:45:48 2007]
0.11	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235125-1170107147/sugar-v0-40.jar -convert /tmp/evaluation/235125-1170107147/unknown.xml /tmp/evaluation/235125-1170107147/sugar29325.csp
0.43	c BEGIN convert /tmp/evaluation/235125-1170107147/unknown.xml
1.39	c END convert (0.950793 seconds)
1.44	c # CONVERT_XML  END : /tmp/evaluation/235125-1170107147/sugar29325.csp 150084 bytes (1 seconds) [Mon Jan 29 22:45:49 2007]
1.44	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.7 + 0.06
1.44	
1.44	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235125-1170107147/sugar29325.bcnf [Mon Jan 29 22:45:49 2007]
1.44	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235125-1170107147/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235125-1170107147/sugar29325.map /tmp/evaluation/235125-1170107147/sugar29325.csp /tmp/evaluation/235125-1170107147/sugar29325.bcnf
1.81	c BEGIN parse /tmp/evaluation/235125-1170107147/sugar29325.csp
2.71	c END parse (0.896416 seconds)
2.71	c BEGIN simplify
2.74	c END simplify (0.032262 seconds)
2.74	c BEGIN encode /tmp/evaluation/235125-1170107147/sugar29325.bcnf
10.80	c END encode (8.057792 seconds)
10.90	c # GENERATE_SAT  END : 418590 variables 8372060 clauses 130754832 bytes (10 seconds) [Mon Jan 29 22:45:59 2007]
10.90	c # GENERATE_SAT  CPU : 8.47 = 0.05 + 0 + 7.84 + 0.58
10.90	
10.90	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235125-1170107147/sugar29325.bcnf [Mon Jan 29 22:45:59 2007]
10.90	c # CMD : /tmp/evaluation/235125-1170107147/minisat /tmp/evaluation/235125-1170107147/sugar29325.bcnf /tmp/evaluation/235125-1170107147/sugar29325.out
18.72	c ==================================[MINISAT]===================================
18.72	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
18.72	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
18.72	c ==============================================================================
18.72	c |         0 | 4924514 14042024 | 1641504       0        0     nan |  0.000 % |
21.06	c |       102 | 4924514 14042024 | 1805654     102     1563    15.3 | 47.905 % |
23.28	c |       252 | 4924514 14042024 | 1986219     252     5563    22.1 | 47.905 % |
26.39	c |       477 | 4924515 14042024 | 2184841     476     8861    18.6 | 47.905 % |
29.30	c |       814 | 4924516 14042024 | 2403326     812    14926    18.4 | 47.905 % |
35.55	c |      1320 | 4924520 14042024 | 2643658    1314    21732    16.5 | 47.905 % |
44.13	c |      2080 | 4924521 14042024 | 2908024    2073    38739    18.7 | 47.905 % |
58.41	c |      3219 | 4924523 14042024 | 3198826    3210    78024    24.3 | 47.905 % |
77.65	c |      4927 | 4924525 14042024 | 3518709    4916   146703    29.8 | 47.905 % |
106.38	c |      7490 | 4924525 14042024 | 3870580    7479   199558    26.7 | 47.905 % |
120.39	c ==============================================================================
120.39	c restarts              : 10
120.39	c conflicts             : 8676           (81 /sec)
120.39	c decisions             : 14992          (139 /sec)
120.39	c propagations          : 118051982      (1095431 /sec)
120.39	c conflict literals     : 229930         (24.23 % deleted)
120.39	c Memory used           : 342.59 MB
120.39	c CPU time              : 107.768 s
120.39	c 
120.39	c SATISFIABLE
120.66	c # SOLVE_SAT  END : SATISFIABLE (109 seconds) [Mon Jan 29 22:47:48 2007]
120.66	c # SOLVE_SAT  CPU : 108.64 = 0 + 0 + 107.96 + 0.68
120.66	
120.66	c # RESULT : SATISFIABLE
120.66	
120.66	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:47:48 2007]
120.80	c BEGIN read SAT output /tmp/evaluation/235125-1170107147/sugar29325.out
121.17	c END read SAT output (0.375712 seconds)
121.17	c BEGIN write solution /tmp/evaluation/235125-1170107147/sugar29325.sol
121.31	c END write solution (0.141846 seconds)
121.35	s SATISFIABLE
121.35	v 186 242 267 284 404 413 489 564 586 628 839 1069 1159 1350 1394 524 563 583 620 699 734 802 819 875 1072 1209 1261 1287 1289 1305 3 8 71 159 229 278 618 710 812 825 875 933 963 1266 1343 27 91 154 175 196 225 250 412 493 1209 1233 1281 1333 1357 1387 130 134 338 348 522 586 924 1013 1073 1132 1286 1334 1364 1386 1409 15 29 39 107 398 489 518 816 986 1047 1118 1174 1272 1347 1411 73 440 495 603 629 680 926 935 1035 1056 1104 1161 1228 1275 1325 1 12 55 95 126 144 203 287 320 393 425 623 777 858 962 11 20 123 230 251 290 386 567 658 750 847 878 935 1024 1058 27 37 139 415 501 588 606 703 788 800 967 1107 1119 1365 1371 39 86 166 264 493 507 540 566 624 1033 1112 1144 1226 1247 1370 87 163 262 322 445 480 539 715 1033 1136 1163 1304 1325 1341 1374 317 352 447 513 560 613 670 704 804 870 966 1048 1119 1183 1374 40 125 211 226 315 347 459 736 817 827 839 907 978 1362 1406 13 81 145 161 185 455 463 562 601 654 830 999 1079 1281 1372 10 235 339 430 443 472 504 562 628 711 781 822 867 1343 1412 128 129 222 413 454 538 572 767 842 935 1050 1133 1239 1302 1360 150 785 834 869 961 1045 1102 1133 1183 1236 1247 1321 1329 1348 1374 68 400 529 596 610 685 759 842 908 945 1022 1116 1176 1214 1268 8 112 202 275 294 506 608 626 665 735 865 885 945 1018 1345
121.35	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:47:49 2007]
121.35	c # OUTPUT_SOL  CPU : 0.650000000000002 = 0.01 + 0.01 + 0.560000000000002 + 0.0699999999999998
121.35	
121.35	c # MAIN  END :  (121 seconds) [Mon Jan 29 22:47:49 2007]
121.35	c # MAIN  CPU : 118.52 = 0.06 + 0.01 + 117.06 + 1.39
121.35	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-235125-1170107147 -o ROOT/results/node17/solver-235125-1170107147 -C 1800 -M 900 /tmp/evaluation/235125-1170107147/solver /tmp/evaluation/235125-1170107147 /tmp/evaluation/235125-1170107147/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.104586 s]
/proc/loadavg: 2.09 2.28 2.72 6/103 29326
/proc/meminfo: memFree=0/57 swapFree=666925188/0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
/proc/loadavg: 2.09 2.28 2.72 6/103 29326
/proc/meminfo: memFree=626672/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=13724 CPUtime=0.04
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30669011 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 3431 805 368 3 0 531 0
[pid=29327] ppid=29325 vsize=172 CPUtime=0
/proc/29327/stat : 29327 (java) R 29325 29325 29127 0 -1 0 214 0 0 0 0 0 0 0 18 0 1 0 30669022 176128 24 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 2859307 0 0 4096 0 0 0 0 17 1 0 0
/proc/29327/statm: 43 24 18 14 0 3 0

[startup+0.515619 s]
/proc/loadavg: 2.09 2.28 2.72 6/103 29326
/proc/meminfo: memFree=626672/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=13724 CPUtime=0.04
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30669011 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 3431 805 368 3 0 531 0
[pid=29327] ppid=29325 vsize=807004 CPUtime=0.18
/proc/29327/stat : 29327 (java) R 29325 29325 29127 0 -1 0 3349 0 1 0 17 1 0 0 20 0 8 0 30669022 826372096 3098 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073468037 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29327/statm: 201751 3098 1646 14 0 189029 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 820728

[startup+1.34471 s]
/proc/loadavg: 2.24 2.31 2.72 4/111 29334
/proc/meminfo: memFree=603192/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=13724 CPUtime=0.04
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30669011 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 3431 805 368 3 0 531 0
[pid=29327] ppid=29325 vsize=807400 CPUtime=0.71
/proc/29327/stat : 29327 (java) R 29325 29325 29127 0 -1 0 8805 0 2 0 66 5 0 0 17 0 8 0 30669022 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073698638 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29327/statm: 201850 8553 1694 14 0 189128 0
[pid=29327/tid=29328] ppid=29325 vsize=807400 CPUtime=0.04
/proc/29327/task/29328/stat : 29328 (java) S 29325 29325 29127 0 -1 64 2206 0 0 0 3 1 0 0 16 0 8 0 30669026 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29329] ppid=29325 vsize=807400 CPUtime=0
/proc/29327/task/29329/stat : 29329 (java) S 29325 29325 29127 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30669027 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29330] ppid=29325 vsize=807400 CPUtime=0
/proc/29327/task/29330/stat : 29330 (java) S 29325 29325 29127 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30669027 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29331] ppid=29325 vsize=807400 CPUtime=0
/proc/29327/task/29331/stat : 29331 (java) S 29325 29325 29127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30669030 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29332] ppid=29325 vsize=807400 CPUtime=0.17
/proc/29327/task/29332/stat : 29332 (java) S 29325 29325 29127 0 -1 64 417 0 0 0 17 0 0 0 15 0 8 0 30669030 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29333] ppid=29325 vsize=807400 CPUtime=0
/proc/29327/task/29333/stat : 29333 (java) S 29325 29325 29127 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30669039 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29327/tid=29334] ppid=29325 vsize=807400 CPUtime=0
/proc/29327/task/29334/stat : 29334 (java) S 29325 29325 29127 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30669040 826777600 8553 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 821124

[startup+2.99188 s]
/proc/loadavg: 2.24 2.31 2.72 4/111 29342
/proc/meminfo: memFree=606328/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=13724 CPUtime=0.8
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 1190 8817 0 2 3 1 70 6 16 0 1 0 30669011 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 3431 809 371 3 0 531 0
[pid=29335] ppid=29325 vsize=807332 CPUtime=0.88
/proc/29335/stat : 29335 (java) R 29325 29325 29127 0 -1 0 8230 0 1 0 82 6 0 0 22 0 8 0 30669155 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380133 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29335/statm: 201833 7978 1508 14 0 189111 0
[pid=29335/tid=29336] ppid=29325 vsize=807332 CPUtime=0.1
/proc/29335/task/29336/stat : 29336 (java) S 29325 29325 29127 0 -1 64 2011 0 0 0 9 1 0 0 16 0 8 0 30669159 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29337] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29337/stat : 29337 (java) S 29325 29325 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30669159 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29338] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29338/stat : 29338 (java) S 29325 29325 29127 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30669159 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29339] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29339/stat : 29339 (java) S 29325 29325 29127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30669167 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29340] ppid=29325 vsize=807332 CPUtime=0.14
/proc/29335/task/29340/stat : 29340 (java) S 29325 29325 29127 0 -1 64 410 0 0 0 14 0 0 0 15 0 8 0 30669167 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29341] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29341/stat : 29341 (java) S 29325 29325 29127 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30669177 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29342] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29342/stat : 29342 (java) S 29325 29325 29127 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30669177 826707968 7978 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 821056

[startup+6.27422 s]
/proc/loadavg: 2.24 2.31 2.72 3/102 29342
/proc/meminfo: memFree=1177352/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=13724 CPUtime=0.8
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 1190 8817 0 2 3 1 70 6 16 0 1 0 30669011 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 3431 809 371 3 0 531 0
[pid=29335] ppid=29325 vsize=807332 CPUtime=3.95
/proc/29335/stat : 29335 (java) R 29325 29325 29127 0 -1 0 8243 0 1 0 367 28 0 0 25 0 8 0 30669155 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803722 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29335/statm: 201833 7990 1510 14 0 189111 0
[pid=29335/tid=29336] ppid=29325 vsize=807332 CPUtime=0.1
/proc/29335/task/29336/stat : 29336 (java) S 29325 29325 29127 0 -1 64 2011 0 0 0 9 1 0 0 16 0 8 0 30669159 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29337] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29337/stat : 29337 (java) S 29325 29325 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30669159 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29338] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29338/stat : 29338 (java) S 29325 29325 29127 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30669159 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29339] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29339/stat : 29339 (java) S 29325 29325 29127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30669167 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29340] ppid=29325 vsize=807332 CPUtime=0.16
/proc/29335/task/29340/stat : 29340 (java) S 29325 29325 29127 0 -1 64 421 0 0 0 16 0 0 0 15 0 8 0 30669167 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29341] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29341/stat : 29341 (java) S 29325 29325 29127 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30669177 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29335/tid=29342] ppid=29325 vsize=807332 CPUtime=0
/proc/29335/task/29342/stat : 29342 (java) S 29325 29325 29127 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30669177 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 821056

[startup+12.7749 s]
/proc/loadavg: 2.28 2.32 2.72 3/95 29343
/proc/meminfo: memFree=998464/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=17108 CPUtime=9.27
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 2112 17076 0 4 8 1 854 64 18 0 1 0 30669011 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 4277 1633 373 3 0 1377 0
[pid=29343] ppid=29325 vsize=139884 CPUtime=1.84
/proc/29343/stat : 29343 (minisat) R 29325 29325 29127 0 -1 0 32963 0 0 0 162 22 0 0 25 0 1 0 30670101 143241216 32758 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134521289 0 0 4096 0 0 0 0 17 1 0 0
/proc/29343/statm: 34971 32758 36 112 0 34855 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 156992

[startup+25.6072 s]
/proc/loadavg: 2.24 2.31 2.71 4/95 29343
/proc/meminfo: memFree=769024/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=17108 CPUtime=9.27
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 2121 17076 0 4 8 1 854 64 16 0 1 0 30669011 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 4277 1633 373 3 0 1377 0
[pid=29343] ppid=29325 vsize=349168 CPUtime=14.54
/proc/29343/stat : 29343 (minisat) R 29325 29325 29127 0 -1 0 86763 0 0 0 1395 59 0 0 25 0 1 0 30670101 357548032 85532 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528058 0 0 4096 3 0 0 0 17 1 0 0
/proc/29343/statm: 87292 85532 51 112 0 87176 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 366276

[startup+51.2869 s]
/proc/loadavg: 2.14 2.28 2.69 5/95 29343
/proc/meminfo: memFree=766976/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=17108 CPUtime=9.27
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 2121 17076 0 4 8 1 854 64 16 0 1 0 30669011 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 4277 1633 373 3 0 1377 0
[pid=29343] ppid=29325 vsize=349168 CPUtime=39.97
/proc/29343/stat : 29343 (minisat) R 29325 29325 29127 0 -1 0 86774 0 0 0 3938 59 0 0 25 0 1 0 30670101 357548032 85543 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/29343/statm: 87292 85543 51 112 0 87176 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 366276

[startup+102.578 s]
/proc/loadavg: 2.06 2.23 2.65 3/95 29343
/proc/meminfo: memFree=764224/2055920 swapFree=4192812/4192956
[pid=29325] ppid=29323 vsize=17108 CPUtime=9.27
/proc/29325/stat : 29325 (sugar) S 29323 29325 29127 0 -1 4194304 2121 17076 0 4 8 1 854 64 16 0 1 0 30669011 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29325/statm: 4277 1633 373 3 0 1377 0
[pid=29343] ppid=29325 vsize=349168 CPUtime=90.7
/proc/29343/stat : 29343 (minisat) R 29325 29325 29127 0 -1 0 86784 0 0 0 9011 59 0 0 25 0 1 0 30670101 357548032 85553 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/29343/statm: 87292 85553 51 112 0 87176 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 366276

Child status: 0
Real time (s): 121.47
CPU time (s): 118.642
CPU user time (s): 117.157
CPU system time (s): 1.48477
CPU usage (%): 97.6715
Max. virtual memory (cumulated for all children) (KiB): 824244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.157
system time used= 1.48477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117307
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2140
involuntary context switches= 8805

runsolver used 0.12598 s user time and 0.425935 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 21:45:48 UTC 2007


IDJOB= 235125
IDBENCH= 6739
IDSOLVER= 86
FILE ID= node17/235125-1170107147

PBS_JOBID= 3689793

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-105-3.xml
COMMAND LINE= /tmp/evaluation/235125-1170107147/solver /tmp/evaluation/235125-1170107147 /tmp/evaluation/235125-1170107147/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-235125-1170107147 -o ROOT/results/node17/solver-235125-1170107147 -C 1800 -M 900  /tmp/evaluation/235125-1170107147/solver /tmp/evaluation/235125-1170107147 /tmp/evaluation/235125-1170107147/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  29690ac0f69e31f7db07bc5102f63191

RANDOM SEED= 527385645

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        629016 kB
Buffers:         38148 kB
Cached:          57324 kB
SwapCached:          0 kB
Active:        1320868 kB
Inactive:        50132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        629016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:        1301152 kB
Slab:            38232 kB
Committed_AS:  1760404 kB
PageTables:       4684 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= 66558 MiB



End job on node17 on Mon Jan 29 21:47:49 UTC 2007